Q2. Write a program to calculate sum of those array elements that are at even position. Read the number of elements and elements from standard input. Also print that sum is Even of Odd.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 11PE
icon
Related questions
Question
Q2. Write a program to calculate sum of those array elements that are at even position. Read
the number of elements and elements from standard input. Also print that sum is Even of Odd.
Ex.
INPUT 5
24356
OUTPUT 9 Even
Explanation: Number of elements 5 and even elements at even position are are 4 and 5. So sum
is 4+5=9 and it is Even. Take the position of elements as pos-1, pos-2, pos-3, pos-4, pos-5
Transcribed Image Text:Q2. Write a program to calculate sum of those array elements that are at even position. Read the number of elements and elements from standard input. Also print that sum is Even of Odd. Ex. INPUT 5 24356 OUTPUT 9 Even Explanation: Number of elements 5 and even elements at even position are are 4 and 5. So sum is 4+5=9 and it is Even. Take the position of elements as pos-1, pos-2, pos-3, pos-4, pos-5
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Array
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning