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

 

dario.sonego@gmail.com > max
prev  |  next  |  chance

max - Dati due numeri interi n1 e n2, si restituisce il più grande


max(1, 4) → 4
max(4, 1) → 4
max(-5, -3) → -3

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

public int max(int n1, int n2) { }

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