Computer Science, asked by aryanraj09051, 6 months ago

Write a function prototype for the function “check” which returns a boolean value.

Question 18 options:

check(return)


boolean check()


return check()


check( boolean)

Answers

Answered by thanushiya72
4

Explanation:

check ( boolean) is the answer

Similar questions