We can draw a recursive tree to see how many times the word \enquote{hello} is printed.
Each time HELLO is called, \enquote{hello} is printed once. We can count the number of times HELLO is called
After counting, we see that \enquote{hello} is printed 15 times.