-
Notifications
You must be signed in to change notification settings - Fork 0
#2 #3 #5 Assignments for php java #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
|
||
| public void askForInputAndRun() { | ||
| /** | ||
| * @todo Check if user input is empty in all the subsequent classes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| public void endRun() { | ||
| System.out.println("-----------------------------------------"); | ||
| System.out.println("-----------------------------------------\n\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| public void run() { | ||
| this.initiateRun(); | ||
| System.out.println("->Please Enter the Number of Multiplier"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| this.numberOfMultiple = scanner.nextInt(); | ||
| System.out.println("->Please Enter First Multiplier"); | ||
| this.firstMultiplier = scanner.nextInt(); | ||
| System.out.println("->Please Enter Second Multiplier"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.





@bhuwang, please review the code. I have added @todo to check if the user input is empty. I will be doing this as an improvement. Thanks.