CJCoding With Joseph
15per day

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.