Question: Please help :) Instructions 1. Create a new Eclipse Java project called 011.3 DivModQuiz 2. Create a class called DivModQuiz. 3. Using the Subtraction Quiz.java

Please help :)

 Please help :) Instructions 1. Create a new Eclipse Java project

Instructions 1. Create a new Eclipse Java project called 011.3 DivModQuiz 2. Create a class called DivModQuiz. 3. Using the Subtraction Quiz.java in the EText, modify the code so that it generates the random numbers with the following ranges: Numerator is a number from 10 to 30 o Denominator is a number from 2 to 10 4. The user should be able to try to guess the answer for both div and mod using the format below: 29 System.out.print("What is " + number1 + "%" + number2 + "? "); 30 answer = input.nextInt(); Problems Console X DivModQuiz (Java Application] /Library/Java/JavavirtualMachines The numerator should be between 10 Welcome the FirstName Lastname's Division and What is 27 / 4? 3 and 30 inclusive. The denominator Your answer is wrong. should be from 2 to 10 inclusive. 27 / 4 should be 6 What is 27% 4? 3 You are correct! 5. Run the app a few times and type in various inputs. Make sure that it never generates random numbers outside those ranges. 6. Make sure you format your code by going to SOURCE->FORMAT or pressing the CONTROL-SHIFT-F shortcut key

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 Databases Questions!