about | help | code help+videos | done | prefs |
isBeforeJava
Write a method that returns if the String parameter str comes alphabetically before the String "java" . You may assume that "java" is not a test case. isBeforeJava("before") → true isBeforeJava("after") → true isBeforeJava("xylophone") → 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