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
- Beginning Java Programming
- Programming in the Small
- A closer look at numeric data and Data types.
- Repetition
- Logical Operators and Basic If
- Basic file input
- Other control structures
- Selection: if-else if - else if
- Selection SWITCH
- Repitition: for loop
- Repitition: do-while
- Introduction to Methods
- Strings
- File Processing