Answer from cs61c-bc (Svetlana Simakova 16608048) for Question 1 Doesn't need them all. Can drop 'while' and 'do while', since 'if' + 'goto' suffice to write them. Included in C, since it makes programs more readable, easier to debug and to write.