ICSE Class 10 Computer Applications Question 18 of 43

User-Defined Methods — Question 18

Back to all questions
18
Question

Question 16

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

Answer
boolean check(char ch, int n)