1.Write a program that will read in 2 numbers per line, and print the sum. You program should work for any number of lines of data.
2. Write a program that will read in 3 numbers per line, and print the sum. You program should work for any number of lines of data.