โ Back to Loops
Question 118
break: Find First Number Over 100
break: Find First Number Over 100
Loop through the array and print the first number greater than 100, then stop the loop with break.
Expected output:
130Expected Output:
130
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.