Read two numbers from the user (one per line) and print their sum.
Example: If the user types 3 and then 5, your program should print 8.
3
5
8