Put the mouse at the top of the black part and click and hold down, and then drag it down to the bottom. And don't feel embarrassed to ask somebody lol
-31 or 21- 50 it may also carry -31
Answer:
Following is given the program code as required:
Explanation:
- Initially a class is created name RandomGuessMatch.java
- An instance for scanner class is created in main method.
- Now the upper and lower bounds for guess are given by variables MIN (1) and MAX(5).
- Now user will be allowed to guess the number.
- The difference between the guessed number and actual number is calculated.
- This will tell the compiler weather to print correct or incorrect.
<h2>i hope it will help you!</h2>