Write a console program that asks for two numbers and then prints their sum.
For example (user input in green):
First number: 3 Second number: 9 3 + 9 = 12