id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

siochi@cnu.edu > findMax
prev  |  next  |  chance

findMax() -- given an array of ints, return the maximum value in the array. The length of the array will be at least 1.


findMax([1, 2, 3]) → 3
findMax([1, 2, 2]) → 2
findMax([12, 12, 12]) → 12

...Save, Compile, Run (ctrl-enter)

public int findMax(int[] nums) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 200 Post-solution available

Copyright Nick Parlante 2017 - privacy