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

 

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

Write a method that matches the test cases shown. You can just return an empty string to see the test cases.


feb13_2020_APP1SLHL_greaterStatement(14298, 53290) → "14298 is less than 53290"
feb13_2020_APP1SLHL_greaterStatement(8539, 8539) → "8539 is the same as 8539"
feb13_2020_APP1SLHL_greaterStatement(124435, 1425) → "124435 is greater than 1425"

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

public String feb13_2020_APP1SLHL_greaterStatement(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: 290

Copyright Nick Parlante 2017 - privacy