Answer from cs61c-ee (Michael Shen 15963205) for Question 3 I found it interesting how you could form loops and switch case statements only using forms of the if conditional and a way to goto a specific line in the code. It makes you appreciate the convenience of high level languages that provide commonly used functions.