about | help | code help+videos | done | prefs |
getWin--This method takes a String hiddenWord and a String lettersGuessed and returns true if it is possible to create the String hiddenWord from the letters in the String lettersGuessed. If any spaces exist within hiddenWord this method should ignore them and not return false if lettersGuessed does not contain a space. getWin("computer", "coputerm") → true getWin("dog ", "rwtdomh") → false getWin("comp sci", "compsci") → true ...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