Program 1: Prepare a program that will read in two numbers per line, and print the sum.
You program should work for any number of lines of data.
Program 2: Prepare a program that will read in three numbers per line, and print the sum.
You program should work for any number of lines of data.