Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a simple program based on the use of For and While loop, to calculate the average of numbers. The program should ask the user

Write a simple program based on the use of For and While loop, to calculate the average of numbers. The program should ask the user to enter how many numbers they want to find the average for and to calculate the avenge depending on that.

Write the program twice: once using for loop and once using while loop. If the user will enter zero or a negative number. the program should displays message (Not valid number)

For example if the user wants to find the average of 3 numbers, the output should be:

How many numbers do you want to find the avenge for?

3

Enter the numbers

2

3

1

The average is 2

Step by Step Solution

3.47 Rating (157 Votes )

There are 3 Steps involved in it

Step: 1

Using for loop includ... 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

Business Forecasting With Forecast X

Authors: Holton Wilson, Barry Keating, John Solutions Inc

6th Edition

73373648, 978-9339220426, 9339220420, 978-0073373645

More Books

Students also viewed these Programming questions

Question

=+What is Pats minimin choice?

Answered: 1 week ago