Bool elem(Char c, String str)
Arguments
c: The character to check forstr: The string to check
Usage
Returns true if the character appears in the String, false otherwsie.
c: The character to check forstr: The string to checkReturns true if the character appears in the String, false otherwsie.