Waived!

Project 6 – Using List | Write a program that will find the total, average, max, min of the numbers.

(1 patron review)

Original price was: $15.00.Current price is: $10.00.

View Details
Solved By Verified
Study Co-Pilot All Study Co-Pilots are evaluated by Gotit Pro as an expert in their subject area.
Instant
Download

Description

Project 6 –Using List

Write a program that will find the total, average, max, min of the numbers.

Deliverables
• The program reads integers from a txt file.
• While reading, the program stores the integers in a list.
• The program displays the count, total, average, max, min with appropriate labels.

The sample data file
90
100
80

SAMPLE RUN

Result
The numbers are 90, 100, 80
The count of numbers is 3
Thee sum of numbers is 270
The average of the numbers is 90
The max number is 100
The min number is 80


You may also like…