Question: Q1. Write one program with all the following functionality, (a) Initialize an array arr with the values {10,20,30,40,50,603. Reverse the array contents. Print the original
Q1. Write one program with all the following functionality, (a) Initialize an array arr with the values {10,20,30,40,50,603. 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 [5] Q1 TOTAL 15 MARKS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
