Loop label

Report a typo

Arrange the code in the correct order to break by the InnerLoop label within the if statement.

Note that for this task, the code is already within the main() function.
Put the items in the correct order
InnerLoop:
‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎if number > 15 {
‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎for {
‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎break InnerLoop
‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎}}
___

Create a free account to access the full topic