Question: Switch this code from ARRAYS to VECTORS , using C++, NO pointers, include , include , Consider the followingc int main() cons int SIZE -
Switch this code from ARRAYS to VECTORS, using C++, NO pointers, include 
Consider the followingc int main() cons int SIZE - 20 int values [SIZE0, 23, 34, 7, 110, 42, -350, 424, 25, 99, 10, 05, 50, -5, 1, 200, -350, 437, 25, 147 // your code goes here Write a complete program to display the values from each of the following four steps. All displays must be done in main. Use separate functions for each step below, passing the array to each function. 1.1) Provide the sum of the numbers in this array function must return an int. 1.2) Provide the average of the positive numbers in this array - function must return a 1.3) 1.4) double Provide the lowest number in the array - function must return an int. Provide the highest number in the array - function must return an int
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
