Write a function prototype named COMPARE that takes a sentence and a word as parameters and returns true or false.
Answers
Answered by
2
Answer:
Functions are code snippets in a block that is assigned a name. It takes input, performs computation or an action and returns the output.
Hope it will be helpful :)...✍️
Similar questions