id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tmhscs@gmail.com welcomeback > welcomeback_String_isLipogram
prev  |  next  |  chance

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)

public boolean welcomeback_String_isLipogram(String str, char c){ }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy