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 21,Create a project named IA01 in the Java IDE so that it does the following:
-Display your name, email, course, section, assignment number.
- Display a randomly-determined ODD number to the user
The number should be between 3 and 11 inclusive, meaning 3 and 11 should be included as possible chosen numbers.
- Prompt the user to enter the value of twice that number
e.g., if the number is 3, the correct answer is 6
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
e.g.,33.3333333% 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!