Q 7: What is the number of `Hello's printed by the pseudo code below? (for i from lo to hi
exhaust i between lo and hi inclusive, and is a empty loop when lo is greater than hi)
(b) for i from 1 to 10
for j from i to 10
for k from i to j
print `Hello'