Computer Science, asked by crhythm2, 7 months ago

How many times will the following loop execute:
int j=8 , total=0;
do {
total+=j;
j-=2;
}
while (j>1)

Answers

Answered by hs2347863
3

Answer:

8

Explanation:

plz like, follow hor dso kive ho

Similar questions