Plan: I need something that will take 2 variables and multiply them together, and then outputs that number.
Algorithm: Create a submit button that has 2 different places to insert numbers into, and have a button that submits the values into the function. The function should then take the 2 values, and multiply them. Then take the product and output it.
Pseudocode:
Insert 2 numbers
Hit submit
Enter values into the function
Take the 2 values and multply them
Display output.