What is the value of variable z when the following program segment ends? int z; for(z=0; z<50; z++) {}
Reveal answer
Fill a bubble to check yourself
What is the value of variable z when the following program segment ends? int z; for(z=0; z<50; z++) {}