C++ Question
Write a program that reads any 5 numbers as in the given sample of output below:
Sample of output:
Enter any 5 integer value.
1 2 -1 3 0
The number of positive value is 3
The numbers are: 1 2 3
The number of negative value is 1
The numbers are: -1
The 0 number is 1
The total is 5.0
The average is 1.25
Extracted text: QUESTION 3 Write a program that reads any 5 numbers as in the given sample of output below. Sample of output Enter any S integer value. 12 -1 30 The mumber of positive yalue is 3 The mumbers are: 123 The mumber of negative yalue is I The numbers are: -1 The O number is I The total is 5.0 The average is 1.25
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here