what's the difference between a while loop in one line or two lines?

后端 未结 0 644
南旧
南旧 2020-12-28 18:00

I am confused understanding the difference between these two loops and their results :

State 1:

    int n = 10;
    while (n>0) {
        cout <&         


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