CS110 Java Programming
Instructor: Trish Cornez
Practice Labs
Lab 1a Practice Debugging a Program
Lab 1b Practice Program
Lab 2 Evaluating Simple Expressions
Lab 3 Assignment Statements
Lab 3b Error Types
Lab 4 Boolean Expressions
Lab 5 if/else statements
Lab 6 More with if/else Statements - Intro to nested if/else Statements.
Lab 7 Simple Methods - Evaluate
Lab 7b More methods - Evaluate
Lab 9 Practice writing methods
Lab 8 Switch statements
Lab 10 Introduction to the for loop. Evaluating and Writing.
Lab 11 Practice writing for loops, plus nested loops
Lab 12 The while loop and the do-while loop
Lab 13 Final Review of looping
Lab 14 Introduction to Arrays
Lab 15 Strings
Lab 16 More Strings
Lab 17 Classes: Introduction
Lab 18 Classes: Practice
Lab 19 File IO and Exception Handling