Write a program that asks the users to enter four numbers, obtains the four numbers from the user, and prints the sum, product, difference, and quotient of the four numbers.
a) C++
b) Python
c) Java
d) Ruby