Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Count positive and negative numbers and compute the average of numbers ) Write a C++ program that reads an unspecified number of integers, determines how

(Count positive and negative numbers and compute the average of numbers ) Write a C++ 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 input values (not counting zeroes). Your program ends with the input 0. Display the average as a floating point number. Make this program without using an array. Here is a sample run:

Enter an integer, the input ends if it is 0: 0 1 -1 3 0

The number of positive integers is 3

the number of negative integers is 1

the total is 5

the average is 1.25

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

Database Systems On GPUs In Databases

Authors: Johns Paul ,Shengliang Lu ,Bingsheng He

1st Edition

1680838482, 978-1680838480

More Books

Students also viewed these Databases questions

Question

List the general rights of common stockholders.

Answered: 1 week ago