Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions