31Carlton7 / apcs-codehs

Answers for all units of the APCS CodeHS course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AP Computer Science A - CodeHS

This repository contains all the answers for units 1 - 10 in the APCSA CodeHS Java course. Be sure to leave a star 🌟

NOTICE: The answers from this repository will be taken down ARE BACK!

Common Answers

If an assignment has 2 or more files...

If an assignment has 2 or more files required, the individual file will be denoted as such:

File.name:
----------
// Code...

If an assignment has a prefix of M-...

If an assignment has a prefix of M- it's an actual school project, not a CodeHS assignment and can be ignored.

WARNING

It is recommended that you attempt to solve the problems by yourself before using the work provided here so you can learn from your mistakes. Try to use this only to review/compare your own work, or if you are very stuck on a problem.

Completed Units

  • Add Unit 1 (Primitive Types)
  • Add Unit 2 (Using Objects)
  • Add Unit 3 (Boolean Expressions and IF Statements)
  • Add Unit 4 (Iteration)
  • Add Unit 5 (Writing Classes)
  • Add Unit 6 (Array)
  • Add Unit 7 (ArrayList)
  • Add Unit 8 (2D Array)
  • Add Unit 9 (Inheritance)
  • Add Unit 10 (Recursion)

Socials

Let me know if you found these helpful or need assistance!

About

Answers for all units of the APCS CodeHS course.

License:MIT License


Languages

Language:Java 100.0%