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
16 Likes
Answer
boolean check(char ch, int n)
Answered By
11 Likes
Related Questions
What are the three types of functions in Java?
Write a function that interchanges the value of two integers A and B without using any extra variable.
Write a function that takes an int argument and doubles it. The function does not return a value.
Differentiate between CALL by reference and CALL by value.