See this link for Assignment
Policies, Submission Instructions, and Grading Guidelines.
1. Write a Java application that does the following:
2. For I/O, use either the Scanner/System or JOptionPane classes.
3. Ask the user to enter two integers.
4. Display the result of integer division and modulus.
5. If the input is incorrect, then display an appropriate
error message.
6. Ask the user if they want to repeat the program.
7. Continue steps 3 to 6, until the user wants to quit the
program.
8. WARNING: DO NOT try to write the whole program at once.
Make sure the most basic part works first. Then, gradually add to it until your
program is complete.
© 2007 William Albritton