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

 

dario.sonego@gmail.com problemini > maxDiQuattro
prev  |  next  |  chance

maxDiQuattro - dati 4 numeri interi n1,n2,n3,n4 determinare il più grande


maxDiQuattro(1, 2, 3, 4) → 4
maxDiQuattro(4, 3, 2, 1) → 4
maxDiQuattro(1, 9, 1, 8) → 9

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

public int maxDiQuattro(int n1, int n2, int n3, int n4) { }

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

Copyright Nick Parlante 2017 - privacy