PRG/211 Week 3 Lab 7.2 Loops: Varied amount of input data

$ 8

PRG/211 Week 3 Lab 7.2 Loops: Varied amount of input data

Statistics are often calculated with varying amounts of input data. Write a program that takes any number of non-negative integers as input, and outputs the average and max. A negative integer ends the input and is not included in the statistics.

Ex: When the input is 15 20 0 5 -1, the output is:
10 20
You can assume that at least one non-negative integer is input.

900 in stock

Description

PRG/211 Week 3 Lab 7.2 Loops: Varied amount of input data

Statistics are often calculated with varying amounts of input data. Write a program that takes any number of non-negative integers as input, and outputs the average and max. A negative integer ends the input and is not included in the statistics.

Ex: When the input is 15 20 0 5 -1, the output is:
10 20
You can assume that at least one non-negative integer is input.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

You may also like…