about | help | code help+videos | done | prefs |
getWordSoFar:
String res = ""; for(int i=0; i<5; ++i){ res += "2"; }At the end of this loop res equals "22222" getWordSoFar(["A", "N", "G", "R", "Y"], [true, true, false, false, false]) → "AN???" getWordSoFar(["A", "N", "G", "R", "Y"], [false, true, false, false, false]) → "?N???" getWordSoFar(["A", "N", "G", "R", "Y"], [true, false, true, false, false]) → "A?G??" ...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: 200
Copyright Nick Parlante 2017 - privacy