Question: in java Prophecy: Write a program that generates a random int type value and a double type value. The program then prints the following after
Prophecy: Write a program that generates a random int type value and a double type value. The program then prints the following after replacing x and y with the generated random values: When you are x years old, you will win $y lottery. Make changes to the program such that the age and dollar amount are more realistic. For example, age could be a random integer between 20 and 80, and dollar amount could be some random value between 100 and 100000. Hint: This problem is based on Section 3.4.2 Random Numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
