CSC 271 - Software I: Utilities and Internals

Assignment #27 - A Basic Arrays Program Using Lists

Due Friday, December 1, 2017

Write a program that will allows the user to enter a list of up to 10 positive numbers (entering 0 or a negative number or entering the tenth value) ends the input operation.

Your program will display the values entered as well as the smallest and largest values as well as their average.

Your program will contain the following methods, which you will write:

[Back to the Assignments List]