KnowledgeBoat Logo
|

Computer Applications

Give the prototype of a function check which receives a character ch and an integer n and returns true or false.

User Defined Methods

15 Likes

Answer

boolean check(char ch, int n)

Answered By

10 Likes


Related Questions