Create a java program that performs integer division.
The program will ask the user for two integer numbers and will divide the dividend by the divisor.It will then output the results(quotien t) and the remainder of the division.
*Proof Test Case:
Dividing two negative numbers
Dividing two positive numbers
The program will ask the user for two integer numbers and will divide the dividend by the divisor.It will then output the results(quotien t) and the remainder of the division.
*Proof Test Case:
Dividing two negative numbers
Dividing two positive numbers
Comment