Computer Science, asked by Sourabhvashistha1404, 9 months ago

What will be the value of counter after the following program is
executed?
void main ()
{
int count;
int dig = 10;
count = 11;
while (dig <=20)
{
+ + count;
+ + dig;
}
cout< }

Answers

Answered by anjugoyal616
0

Answer:

2

I hope it helps u please Mark me as brainlist

Similar questions