Skip to content

Week 1 (Jan 19)

Instructions: Read from the following selections. You may open each link in a new tab, or click a link, read that section, and then return to this page.

W3Schools

Patterns

Think Java

  • 2. Variables and Operators

    • 2.1 Declaring Variables
    • 2.2 Assigning Variables
    • 2.3 Memory Diagrams
  • 4. Methods and Testing

    • 4.1 Defining New Methods
    • 4.2 Flow of Execution
    • 4.3 Parameters and Arguments
    • 4.4 Multiple Parameters
    • 4.8 Return Values
    • 4.9 Incremental Development