Project information

Details

Program displays title and programmers name, followed by an introduction explaining the program. Program then prompts user to enter 10 signed decimal integers in range of 32 bits/number. Input is read in as a string and converted from ASCII to decimal. Each input is then checked for if it is valid. If it is not valid, the program will display an error message and prompt the user to re-enter the number. If the number is valid, it is stored in an array. The program then displays the numbers entered, followed by the sum and average for the values inputed. Results are converted to ASCII and then displayed to the user along with a list of the numbers entered. The program then displays a goodbye message and exits.