ℹ️ Coursework and assignments for my Java 1 class, including weekly exercises and project submissions.
*️⃣ The course requires that I utilize JetBrains IntelliJ Idea as my IDE.
📗 I am referencing Introduction to Java Programming and Data Structures, Comprehensive Version 12E by Y. Daniel Liang and the companion website.
📂 Lessons will be listed below:
- Lesson 1 - Introduction to Computers, Programs, and Java
- Lesson 2 - Elementary Programming
- Lesson 3 - Selections
- Lesson 4 - Mathematical Functions (Methods)
- Lesson 5 - Loops
- Lesson 6 - Methods
- Midterm - Covers first 6 lessons
- Lesson 7 - Single Arrays
- Lesson 8 - Multidimensional Arrays
- Lesson 9 - Objects and Classes
- Lesson 10 - Object-Oriented Thinking
- Lesson 11 - Open Topic