Converting a for loop into a while loop with post-increment

前端 未结 0 1392
清酒与你
清酒与你 2021-01-17 12:01

What would be the equivalent of doing the following for loop as a while loop?

for (int i=0;i<10;i++)
{
    ...
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题