Find quotient and remainder of two integers entered by user
Find quotient and remainder of two integers entered by user
Input:
Enter the dividend: 5
Enter the divisor: 3
Output:
The Quotient of 5 by 3 is 1
The Remainder of 5 by 3 is 2
Implementation: