Question: Write a C++ program according to the following specifications: Prompt the user to specify how many numbers ore to be entered (N). Write the program
Write a C++ program according to the following specifications: Prompt the user to specify how many numbers ore to be entered (N). Write the program using a while loop, do while loop, and a for loop to read in the N numbers. Prompt the user before each number with a prompt like "Enter value number 6: " Display the following information: 1. Number of positive values 2. Number of negative values 3. Number of zero values 4. Average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
