Introduction To Programming Write a program that asks a user for 2 numbers. Add the numbers together and output the 2 numbers and the sum.
List the important nouns from the problem statement in the following pre tag.
List the important verbs in the following pre tag.
Write a list of the input variables in the following pre tag.
Write a list of the output variables in the following pre tag.
Write a list of the processing steps in the following pre tag. You will need to write the input and the output steps as well as the calculations.
YOUR CODE STARTS AFTER THIS LINE:Number() function.)
Here is the assignment that goes with this lab.