Answer: It opens the Microsoft help website online. (D)
Explanation: I was on E2020 and it gave me the right answer
Answer:
i thank its c
Explanation:
cause she wants to work on comunicatiton and team work
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>