CSCD 210 Programming Principles I
Try Java Right Now
Edit the message and press RunPress Run to see output...
Try changing "Hello, World!" to "Hello, your name!" — then add a second println line.
Tools
Skill TreeWeekly Reading Schedule
| Week | Series | Lessons | Topics |
|---|---|---|---|
| 1 | Java Foundations | 1.1 - 1.2 | Welcome to Java, variables, types, Scanner |
| 2 | Java Foundations | 1.3 | Expressions, operators, Strings, casting |
| 3 | Java Foundations | 1.4 | If/else, switch, boolean logic |
| 4 | Java Foundations | 1.5 | While, for, do-while, nested loops |
| 5 | Java Foundations | 1.6 | Methods, parameters, returns, call stack · Midterm |
| 6 | Arrays & Algorithms | 2.x | Arrays, searching, selection sort, reference semantics |
| 7 | File I/O | 3.x | Scanner with files, exception handling, processing patterns |
| 8 | OOP | 4.1 - 4.4 | Classes, constructors, encapsulation, JUnit |
| 9 | OOP | 4.5 - 4.7 | Objects in memory, interfaces, Comparable, sorting objects |
| 10 | OOP | 4.8 | Capstone integration, APE review · Final |