Question: Using IntelliJ on Amazon Coretta version 2 1 , Create a project named IA 0 1 in the Java IDE so that it does the
Using IntelliJ on Amazon Coretta version Create a project named IA in the Java IDE so that it does the following:
Display your name, email, course, section, assignment number.
Display a randomlydetermined ODD number to the user
The number should be between and inclusive, meaning and should be included as possible chosen numbers.
Prompt the user to enter the value of twice that number
eg if the number is the correct answer is
You can assume the user will enter valid numbers, not letters or gibberish
They only get one chance to answer per number
Tell the user if they are right or wrong
Ask the user if they want to try another number
You can assume the user will type either Y or N
When the user answers Y then repeat the steps with another odd number
When the user answers N then the game is over
When the game is over, display the following to the user:
How many answers were correct
How many answers were incorrect
The percentage of correct answers
It's okay if you have many decimals
eg is fine to display
The lowest number that was chosen by the program
The highest number that was chosen by the program
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
