Question: I want java code for this 2 questions Objective: get familiar with java Random class and able to solve problems which requires randomness Exercise 1:
Objective: get familiar with java Random class and able to solve problems which requires randomness Exercise 1: Guessing Game Design, implement and test a Java program that will generate a random number between 1 and 10 then prompt the user to enter his guess by entering a number between 1 and 10. The user can try 3 times. IF he guessed the number the program should display to the user "Horary You won" otherwise "Sorry: You lost" Exercise 2: Sequence Design, implement and test a Java program that print a sequence of numbers. The program should ask the user to enter sequence starting range and ending range, then the program should print out the numbers between them
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
