Computer Science, asked by estherroyin, 1 year ago

Question (e) . .please help

Attachments:

Answers

Answered by Honey6768
1
int x,c;
x=10;
c=20;
while (c>=20)
{
x++;
c=c-2;
}
the loop will run once and the output would be 11
hope it helps if so then mark it as brainly

Honey6768: msrk it as brainliest if you want please
Similar questions