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

 

cupidoMatch


cupidoMatch. Dati due parametri interi, verificare che appartengano entrambi all'intervallo [30..40] o all'intervallo [40..50]


cupidoMatch(30, 40) → true
cupidoMatch(39, 40) → true
cupidoMatch(39, 41) → false

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

public boolean cupidoMatch(int a, int b) { }

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

Copyright Nick Parlante 2017 - privacy