Problem
Write a program that prompts the user to input two numbers. The algorithm should multiply both numbers and then prompt the user to enter the answer. The algorithm should compare the answer entered with that calculated and output "correct answer" or "incorrect answer" accordingly.