Skip to content
EricDeiman edited this page Oct 29, 2015 · 5 revisions

I don't have time to write much now, but I'll update this space as I find time.

In the mean time, you might recognize the file in the source folder as the file from the FistThingsFirst folder. We're going to be expanding it in this lesson. In particular, we're going to be adding a game.

  • More explanation about empty lines to group code, and about how programming is for humans first and computers second
  • Introduce the if test
    • array access
    • zero-based indexing
    • equality (vs. assignment)
    • logical or operation
    • character constants (vs. strings)
  • How the random number bound parameter works
  • More on Scanner

Clone this wiki locally