Write a program that reads an unspecified number of integers, determines how many positive and negative values have been read, and computes the total and average of the input values (not counting zeros). Your program ends with the input 0. Display the average as a floating-point number.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 30PE
icon
Related questions
Question
5-1) (Count positive and negative numbers and compute the average of numbers)
Write a program that reads an unspecified number of integers, determines how many positive and
negative values have been read, and computes the total and average of the input values (not counting zeros).
Your program ends with the input 0. Display the average as a floating-point number.
5-1) (Count positive and negative numbers and compute the average of numbers) Write a program that reads an unspecified number of integers, determines how many
positive and negative values have been read, and computes the total and average of the input values (not counting zeros). Your program ends with the input 0. Display the
average as a floating-point number.
SAMPLE RUN #4: java Avgwithloop
Interactive Session
Hde Invisbies
Highlight: None
Show Highlighted Only D
Enter-an-integer, -the-input-ends-if-it-is-e:-44.-33.-12-15-89-45-113-117-45-ge
The nunber-of- positives is-64
The nunber of negatives is-3+
The total-is-335.8+
The average is 37.224
Transcribed Image Text:5-1) (Count positive and negative numbers and compute the average of numbers) Write a program that reads an unspecified number of integers, determines how many positive and negative values have been read, and computes the total and average of the input values (not counting zeros). Your program ends with the input 0. Display the average as a floating-point number. 5-1) (Count positive and negative numbers and compute the average of numbers) Write a program that reads an unspecified number of integers, determines how many positive and negative values have been read, and computes the total and average of the input values (not counting zeros). Your program ends with the input 0. Display the average as a floating-point number. SAMPLE RUN #4: java Avgwithloop Interactive Session Hde Invisbies Highlight: None Show Highlighted Only D Enter-an-integer, -the-input-ends-if-it-is-e:-44.-33.-12-15-89-45-113-117-45-ge The nunber-of- positives is-64 The nunber of negatives is-3+ The total-is-335.8+ The average is 37.224
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr