Computer Science, asked by csvision100, 3 months ago

Write a program to return third highest number among Even Number from an array of integers.
Input Format:
Number of Elements in array
Array of elements separated by space
Example:
Input:
9
689243 35 42 15
Output
6
Assumptions:
• The array will always have 3 or more elements
• The array will always have 3 or more even elements​

Answers

Answered by puneetdevman
6

Answer:

Defined in the attached file

Explanation:

Defined in the attached file

Attachments:
Similar questions