ofcourse within 34-35 Days
I found this loop. But it ends like this: After the loop terminates, <span>it prints out the sum of all the even integers read. Declare any variables that are needed.</span>
<span>int sum=0;
int num=1;
while(num > 0){
cin >> num;
if ((num % 2)==0 & (num>0)){
sum+=num;
}
}
cout << sum;
I'm not familiar with coding but I think you can work on this loop and edit it according to your requirement.</span>
(A. Stevie only) because You need to go the illustrations tab in order to click on the chart button.
Jane clicked on images tab so she was wrong.
Mark as brainlest plz :)