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
6
Answer:
Defined in the attached file
Explanation:
Defined in the attached file
Attachments:
Similar questions
Hindi,
3 months ago
India Languages,
3 months ago
Social Sciences,
6 months ago
Science,
6 months ago
India Languages,
11 months ago
Math,
11 months ago
English,
11 months ago