Problem
Write the Java code for an educational application for students to practice mathematical operations.
As shown in the sample outputs below, the application will ask the user for the code of his desired mathematical operation to practice. Then it'll ask for the maximum number of digits in the first random integer, then the maximum number of digits in the second random integer.
Sample Output 1
FInis apolicarion is ror stucents to practice on marnematical operations
Please select a mathematical operation:
ma auotracuion
38 uolicarion
5: ModuLus
Operation Code: 1
Maximum digits of the first random integer? 1
Maximum digits of the second random integer? 1
Try again...
correct
Another problem? (1: Yes, 2: No): 2
Bye.