write. Prototype of a function "check
that passes one int 'n and one
character ch' as parameter and
returns true or false.
Answers
Answered by
1
Answer:
Bro please also say that in which condition true and in which false.
Then I will update my answer.
Else it can be like this
boolean check(int n, char ch)
{
// YOUR CONDITION
// if your condition is true then
//return true else return false
}
A request to all plz give full details of a question
Similar questions