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

 

jebbert@volusia.k12.fl.us > firstGreaterUCF
prev  |  next  |  chance

Write a method that returns 'true' if the 'first' parameter is greater than the 'last' parameter, but returns 'false' otherwise. Look at the test data for examples. Please use only ONE return statement.


firstGreaterUCF(3528, 124) → true
firstGreaterUCF(8335, 9128) → false
firstGreaterUCF(532, 823) → false

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

public boolean firstGreaterUCF(int first, int last) { }

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