Question: Create the java program called Guess that prompts the user to enter a number. The number entered is passed as a parameter to a void

Create the java program called Guess that prompts the user to enter a number. The number entered is passed as a parameter to a void method called CheckNum (int num). Decision statements in the void method CheckNum, checks if the number entered is 100, if that is true, the following message "Number is correct!" is output to screen using a system.out statement, and if the number entered is not 100 then display "Number is incorrect".

The main method () or main program Guess should include the call to the void method CheckNum.

Data type for the number variable entered should be integer.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!