Class Notes
Class notes will be placed here as they are created. These notes are for my use, but are provided for your convenience. In addition, programs created in class will be posted as they are created.
- Introduction to programming
- Program Design
- Introductoin to Java
- The basic structure of a Java Program.
- Basic Input and Output
- Variables and data types
- Assignment Statements and Basic Arithmetic operations
- Introduction to Methods
- Selection
- Relational Operators
- Logical Operators
- Selection IF
- Selection SWITCH
- Repetition
- While loops
- For loops
- Do/While loops
- Strings
- File Processing