Testing your code..
Write a program that takes 2 numbers from the user and prints their sum and multiplication. Every number is given on a separate line.
Example input 1
25
Example output 1
710
Example input 2
15
Example output 2
65