โ Back to Loops
Question 116
Loop: Find the Maximum
Loop: Find the Maximum
Loop through the array and find the largest number without using Math.max, then print it.
Expected output:
9Expected Output:
9
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.