KnowledgeBoat Logo
|

Computer Applications

Write the prototype of a function check which takes a String and a character as an argument and returns a boolean.

User Defined Methods

6 Likes

Answer

boolean check(String str, char ch)

Answered By

4 Likes


Related Questions