| about | help | code help+videos | done | prefs |
sameWord
Check whether String s1 and String s2 are the same word. Ignore case --> "Hello" and "hello" and "HELLO" should all be considered the same word. sameWord("hello", "HELLO") → true sameWord("Hello", "hello") → true sameWord("hello", "goodbye") → 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
Copyright Nick Parlante 2017 - privacy