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

 

tmhscs@gmail.com logic > logic_lessByTen
prev  |  next  |  chance

Given three integers "a", "b", and "c", return true if one of integers is ten or more less than BOTH of the other two integers.


logic_lessByTen(5, 10, 15) → false
logic_lessByTen(10, 99, 5) → false
logic_lessByTen(20, 50, 60) → true

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

public boolean logic_lessByTen(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

Post-solution available

Copyright Nick Parlante 2017 - privacy