CJCoding With Joseph
15per day

Index of the Maximum

An int array is given. Print the index (starting at 0) of the largest element.

For { 4, 9, 15, 2, 8 } the largest value 15 is at index 2.

Expected Output:

2
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.