Hey everyone,
I am new to C++ and I was wondering if anyone could help me start off or by guiding me to which method of steps I should take first in solving the following problem:
write a c++ program that with a loop structure that reads in 5 intergers one by one,
calculate the sum of the even values that are read and display the final result.
Any suggestion or comments in regards to the starting point of this problem would be much apprieciated.