Repeating Operations
- 更新时间2023-02-17
- 阅读时长1分钟
Repeating Operations
When building an application, you may need to repeat code a set number of times or until a specified condition is met. For example, you may have a section of code that you know you want to run three times. You may want your code to keep running until a user clicks a stop button. You can use loops to do this.