ABSTRACT

Beginning students of computer programming are often given problems such as the following:

Design a program which will input a list of numbers from the user, print out the numbers and their squares, and compute and print the sum of the numbers and the sum of the squares of the numbers.