Back
1 . Consider the recursive algorithm $\Hello$, which takes as input an integer $n \geq 0$: If we run algorithm $\Hello(7)$, how many times is the word "hello" printed?
(a)
5
(b)
6
(c)
7
(d)
4