wakeUp(7);
wakeUp(8);
If we call it using the value 8, the code inside the if block will execute. To execute the else block, we call it with 7.
8
7