Lecture 3: Control Flow & Strings

This lecture starts off with a discussion of coding style and commenting, making some recommendations for how you should style and comment your code. It then reviews Java’s syntax for if statements and loops. The lecture concludes by introducing the String class, highlighting how it provides a much nicer and higher-level approach to handling text than that available in C.

Relevant resources: