Answer from cs61c-ac (U alias Vitoria Lok 16597715) for Question 1 C does not need all of them. Only goto is needed, and while, do while and if can all be dropped. I think the designer include them all because it is confusing and tedious to write code using only goto. The code will be easier to understand and debug if we also use while and if.