What sequence of numbers is printed by the following algorithm if it is started with input values 0 and 1 ?
procedure MysteryWrite (Last, Current) if (Current $<100$ ) then
(print the value assigned to Current; Temp $\leftarrow$ Current + Last;
apply MysteryWrite to the values Current and Temp)