How many times will the following loop execute:
int j=8 , total=0;
do {
total+=j;
j-=2;
}
while (j>1)
Answers
Answered by
3
Answer:
8
Explanation:
plz like, follow hor dso kive ho
Similar questions