Problem
a) Create a Raptor program that asks the user for a numerical input. The program then multiplies that number by 10 and outputs the result. Be sure to add prompts to your input to tell the user what to enter and labels on the output to tell the user what the number represents.
b) Create a second Raptor program that has the user enter two values. The program calculates the sum, difference, and result of multiplying the two numbers together. Output all three answers with labels to explain what each number represents.