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

 

dsawyer@methacton.org intro_p4_level_1 > maximum
prev  |  next  |  chance

Given three integers, return the largest value.


maximum(8, 12, 3) → 12
maximum(99, 3, 26) → 99
maximum(-2, 13, 14) → 14

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

public int maximum( int a, int b, int c ){ }

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: 100

Copyright Nick Parlante 2017 - privacy