Design an algorithm that will receive two integer items from a
terminal operator, and display to the screen their sum, difference,
product and quotient. Note that the quotient calculation (first integer
divided by second integer) is only to be performed if the second integer
does not equal to zero.