Q2(a) (i) Write a C++ program to read a size of an array (D) and then read the array elements from the user to store in array named as 'Text'. (ii) Write a C++ function named 'MyText' to receive the array elements and size of the array to find the second even number of an array element. (ii) The size of an array (D) must be greater than two and less than twenty, if a value entered by the user falls outside the range, print an error message. The following are the sample input and output; it is required to develop a program that works for any given input values. D = 6 Expected output: 4 Sample input: TEXT = 2, 9, 1, 4, 5, 11 D = 2 Error!! Enter proper range between 3 to 19

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.3: Interactive While Loops
Problem 6E: (Conversion) a. Write a C++ program to convert meters to feet. The program should request the...
icon
Related questions
Question
Q2(a) (i) Write a C++ program to read a size of an array (D) and then read the
array elements from the user to store in array named as Text'.
(ii) Write a C++ function named 'MyText' to receive the array elements
and size of the array to find the second even number of an array
element.
(iii) The size of an array (D) must be greater than two and less than
twenty, if a value entered by the user falls outside the range, print an
error message.
The following are the sample input and output; it is required to develop a
program that works for any given input values.
Sample input: TEXT = 2, 9, 1, 4, 5, 11
D = 6
Expected output: 4
D = 2
Error!! Enter proper range between 3 to 19
Transcribed Image Text:Q2(a) (i) Write a C++ program to read a size of an array (D) and then read the array elements from the user to store in array named as Text'. (ii) Write a C++ function named 'MyText' to receive the array elements and size of the array to find the second even number of an array element. (iii) The size of an array (D) must be greater than two and less than twenty, if a value entered by the user falls outside the range, print an error message. The following are the sample input and output; it is required to develop a program that works for any given input values. Sample input: TEXT = 2, 9, 1, 4, 5, 11 D = 6 Expected output: 4 D = 2 Error!! Enter proper range between 3 to 19
Expert Solution
steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning