Skip to content

Commit efbfd12

Browse files
Update README.md
1 parent 1a36348 commit efbfd12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
# Java Programming Principles
44

5-
### Introduction
5+
### Introduction to Repository
66
This repository was created for my 6 week class Java Programming Principles 1 and 2 at [Southwestern College](https://ps.sckans.edu/). The book utilized for the course was [Starting Out with Java: From Control Structures through Objects, 7th edition](https://www.amazon.com/Starting-Out-Java-Structures-Computer/dp/0134802217/ref=sr_1_3?crid=1XAZD1TWKDLH8) by [Tony Gaddis](https://www.amazon.com/Tony-Gaddis/e/B001I9Q67I/ref=dp_byline_cont_pop_book_1). This course presents Java object-oriented programming logic and fundamental techniques – from the basic concepts of primitive data types, operations, and control statements, to user defined methods, objects, classes, class inheritance and GUIs – to construct robust business solutions.
77

8+
**IMPORTANT: If you are going to use any of this repo whether it be for learning, homework, or whatever please be sure to Star it on github so I can see people are utilizing this repo**
9+
10+
---
811
---
912

1013
## Java Programming Principles 1 - Course Outcomes
@@ -55,6 +58,7 @@ This repository was created for my 6 week class Java Programming Principles 1 an
5558

5659
- Review, solidify and apply knowledge, techniques and problem-solving skills learned in the previous weeks by implementing a final project.
5760

61+
---
5862
---
5963

6064
## Java Programming Principles 2 - Course Outcomes

0 commit comments

Comments
 (0)