โ Back to Loops
Question 292
Maximum in Array (for)
Maximum in Array (for)
The arraynumscontains{3, 9, 2, 7, 5}. Use aforloop to find the largest value and print: Max: 9 Start with the first element as the current max and compare each other element to it.
Expected Output:
Max: 9
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.