Question: Using Java language 1. rite an application that displays your name using asterisks as an example to the use like: r; Then ask the user
Using Java language
1. rite an application that displays your name using asterisks as an example to the use like: r; Then ask the user to enter a number between 0 and 9 to be displayed using asterisks. 2. Write an application that will generate a random number (integer) from 0 to 1000. The application should then ask the user to guess that number and display the following: a. If the user guesses a number that is smaller, it should ask the user to try a bigger number. b. If the user guesses a number that is bigger, it should ask the user to try a smaller number. c. If the user enters a value that is out of the range (not between 0 and 1000), the program should inform the user of the wrong choice, and ask the user to enter a valid number again the user guesses the number correctly, the program should display "Congratulations! You have guessed the number correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
