When is a do-while appropriate?

后端 未结 13 1766
Happy的楠姐
Happy的楠姐 2020-11-30 09:15

When is a do-while the better choice over other types of loops? What are some common scenarios where its better than others?

I understand the function of a do-while,

相关标签:
13条回答
  • 2020-11-30 09:51

    Whenever what is in the loop needs to be executed at least once.

    0 讨论(0)
提交回复
热议问题