Answer from cs61c-cd (Charles Leung 15905350) for Question 1 all C needs is if and goto. while is the same as do while and you can create a while with if and goto C has extra stuff because it makes things easier to code. Its a lot better looking than having a whole bunch of goto statements.