stair
ask user for 2 numbers and adds then then displays it back to the user
output, input, variables, eval
make varaibles for firstNumber, secondNumber, and sum
input the first number
input the 2nd number
add the two varaibles firstNumber and secondNumber
output the sum
i wote it in this file..
it needed little refineing there was just a few thing not in order ...eval...but it worked out.