Write a C++ program that reads 6 real numbers from the user (negative and positive numbers) into an array, then it does the following: Display all the values of array in reverse order. Find the sum...


Write a C++ program that reads 6 real numbers from the user (negative and positive
numbers) into an array, then it does the following:
 Display all the values of array in reverse order.
 Find the sum and average of positive numbers of the array and display them.
 Count negative numbers of the array and display it.
 Find the minimum value of the array and display it.
 Find the index of the minimum value of the array and display it.



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here