Write a program that reads a list of words and prints the number of times that the word “hello” appears in it.
Input
There input is a sequence of strings.
Output
Print the number of occurrences of the word “hello”.
Observation
Take into account that “hola” is different from “Hola”.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.