Return true when the sentence contains the given word anywhere inside it, and false otherwise. Capital letters matter.
boolean has(String sentence, String word)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.