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.Arrange the code in the correct order to break by the InnerLoop label within the if statement.
main() function.InnerLoop: if number > 15 { for { break InnerLoop }}Create a free account to access the full topic