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 :)

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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
