about | help | code help+videos | done | prefs |
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) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100
Copyright Nick Parlante 2017 - privacy