Answer from cs61c-ek (jin Tang li 15994133) for Question 1 while statements and do while statements can be drop because they can be replace with the if statement and using recursions. in my opinion, the c designers include them is because this will make the programing more convinient, and fast.