Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IN PYTHON PLEASE Solve the problem of finding the average value, the highest value, and the lowest value from a series of user entered integer

IN PYTHON PLEASE

Solve the problem of finding the average value, the highest value, and the lowest value from a series of user entered integer numbers. The user will enter a series of integer numbers, one at a time. Acceptable numbers will range from 0 to positive 2 billion. If the user enters a non-integer value, or a value greater than 2 billion, the program will ignore it, and display the number of ignored entry attempts. The user will stop the entry of numbers by entering in a negative value such as -3.

Example of the behavior of the program:

Please enter an integer value. 5

Please enter an integer value. 15

Please enter an integer value. 3

Please enter an integer value. a

Please enter an integer value. 20

Please enter an integer value. 5

Please enter an integer value. -1

The highest value is 20

The lowest value is 3

The average value is 9

1 entry was ignored

Please do BOTH:

Create an Input-Process-Output chart.

Write an algorithm that solves this problem

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

=+7. What is the big message you want them to know? (THINK SLOGAN.)

Answered: 1 week ago

Question

=+2 How does the preparation and support for each type of IE vary?

Answered: 1 week ago

Question

=+What is the extent of the use of each type of IE?

Answered: 1 week ago