Skip to content

Commit abe5f09

Browse files
authored
Merge pull request #38 from codehsbooks/kurt_add_readmes
Kurt add readmes
2 parents e07c251 + c1892fa commit abe5f09

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

Basic-Java/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Basic Java
2+
3+
Learn the basics of the Java programming language. This unit covers printing, variables, types, as well as how to use the basic control structures in the Java language.
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Classes and OOP
2+
3+
This unit teaches students the basics of Object-Oriented Programming in Java, which is a powerful programming paradigm. Students will learn how objects store data and interact with each other in Java programs. Students will design and implement classes and extend classes using inheritance.

Data-Structures/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Data Structures
2+
3+
Learn basic data structures in Java including arrays, ArrayLists, 2 dimensional arrays, and HashMaps.

Methods/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Methods
2+
3+
Methods are segments of code that perform a specific task. This module teaches you how to define methods in your programs and uses the autograder to test if your methods are working correctly.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Learn computer science and prepare for the AP exam with CodeHS. Check out the course at [CodeHS](https://codehs.com/course/info/apjava) and [read the book](https://codehs.gitbooks.io/apjava/content/) online at GitBook!
66

7+
The CodeHS AP Java course is a year-long course designed to help students master the basics of Java and equip them to successfully pass the College Board AP Computer Science A Exam at the end of the school year. All learning materials and resources teachers and students need for a successful year-long AP Java course can be found on the [CodeHS](https://codehs.com) website.
8+
79
### Contributors
810
We'd like to thank all those who have helped write this book:
911

0 commit comments

Comments
 (0)