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
Get step-by-step solutions from verified subject matter experts
