The document provides instructions for an assignment to design a program that calculates the sum, smallest value, and largest value of a list of numbers entered by a user. The program should prompt the user to enter a number or end the program. It will continuously update the sum, minimum, and maximum. The assignment requires an analysis of the problem, program design including flowcharts and pseudocode, and sample test data.