Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 550 Bytes

File metadata and controls

16 lines (13 loc) · 550 Bytes

Free AP Computer Science A Practice Exercises

We are moving this repository, you can find the updated blog post here: List of Free AP Computer Science A Practice Exercises.

For reference, the exercises covered the following units:

  • Unit 1: Primitive Types
  • Unit 2: Using Objects
  • Unit 3: Boolean Expressions and if
  • Unit 4: Iteration
  • Unit 5: Writing Classe
  • Unit 6: Array
  • Unit 7: ArrayList
  • Unit 8: 2D Array
  • Unit 9: Inheritance
  • Unit 10: Recursion