Input two numbers and design a program that can perform the following functions:
Add the numbers
Subtract the numbers
Find the remainder when one number is divided by the other
Find the quotient when a normal division is performed
Find the quotient when an integer division is performed
Multiply the numbers