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

 

test2022_05_16_APSL_order


Write a method that matches this test data. Look at the test data to figure out what the method is supposed to do.


test2022_05_16_APSL_order(200, 1) → "200 is greater than 1."
test2022_05_16_APSL_order(5, 6) → "5 is less than 6."
test2022_05_16_APSL_order(2, 10) → "2 is less than 10."

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

public String test2022_05_16_APSL_order(int num1, int num2) { }

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

Copyright Nick Parlante 2017 - privacy