You have to prepare a program to triple each number in the list
Question 1: Write a program that will read in a list of numbers, triple each number in the list and print the result.
Question 2: 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.
Question 3: 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.
This one is complex and I don't know how to do it