Answer from cs61c-al (Phillip Chin 16156822) for Question 1 Nope it does not. do whiles and goto can be dropped. Do whiles can easily be written with just a while and a little bit of extra code. Goto can be replaced by maybe a function call. Most of these extra operations are added probably to make the code a lot clearer, mainly to make it easier for humans.