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

 

tim@ggc.edu > isLargerThanTen
prev  |  next  |  chance

If the value x is larger than or equal to 10 return true. If x is less than 10 return false.


isLargerThanTen(10) → true
isLargerThanTen(9) → false
isLargerThanTen(8) → false

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

public boolean isLargerThanTen(int x) { }

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 Post-solution available

Copyright Nick Parlante 2017 - privacy