about | help | code help+videos | done | prefs |
welcomeback_String_isLipogram--Is the String a Lipogram? (doesn't contain a specific letter) Return true if it is a Lipogram, otherwise return false. Assume that character c will be a uppercase or lowercase letter and not a digit or special character. welcomeback_String_isLipogram("Tomball", "t") → false welcomeback_String_isLipogram("Computer Science", "z") → true welcomeback_String_isLipogram("Memorial", "o") → 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