In general ask the user for 2 numbers, calculate the product of the two numbers (mul) and store product in memory. Then divide the 2 numbers entered and store the quotient and remainder in memory. Display the results to the user - keep looping until the user enters -1 for the first number.