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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started