Question: Write one program with all the following functionality. (a) Initialize an array arr with the values {10,20,30,40,50,60}. Reverse the array contents. Print the original and

Write one program with all the following functionality. (a) Initialize an array arr with the values {10,20,30,40,50,60}. Reverse the array contents. Print the original and reversed arrays. [5] (b) Write a function sum_even to return true if the sum of the array values that are greater than 32 in the array arr of 1(a) above exceeds 140. Test your function. [5] (c) Declare an array of char called arr_char. Initialise the array to have the letters a, B,c,D,e,F,g,I. Write code to count and print the number of vowels in the array. C++ language. Start with #Inlcude

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!