In c++, Declare a constant “ SIZE = 5 ” Declare an array of ints , of size SIZE . Initialize that array to have the values 10, 12, 15, 19, 6 . – Write a loop that calculates and prints out the minimum...


In c++, Declare a constant “ SIZE = 5 ” Declare an array of ints , of size SIZE . Initialize
that array to have the values 10, 12, 15, 19, 6 .
– Write a loop that calculates and prints out the minimum value of the array.
– Write a loop that calculates and prints out the maximum value of the array.
– Write a loop that calculates and prints out the average value of the array.



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here