โ Back to Arrays
Question 154
Find Maximum in an Array
Find Maximum in an Array
An int array is given. Find the largest value and print it.
For { 12, 5, 19, 3, 8 } the program prints 19.Expected Output:
19
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.