Question: C++ Integer numValues is read from input. Given the integer vector hourlyPrices with the size of numValues, write a for loop that sets sumEvens to

C++

Integer numValues is read from input. Given the integer vector hourlyPrices with the size of numValues, write a for loop that sets sumEvens to the sum of all the even integers in hourlyPrices.

Ex: If the input is

4

55 66 77 80

then the output is:

sumEvens: 146 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!