#
Project Stem
Source code for the 2022-23 AP Computer Science A course on Project Stem.
#
📃 About
This page contains the source code to various problems on Project Stem. Organized by unit, you will find the necessary activity files to be compiled by the Java environment, as well as runner files provided by Project Stem to test execution (when available).
The provided source code is intended to work with the 2023 AP CS A course. These solutions may grow out-of-date as new changes are made to the course every year.
#
Table of Contents
- Unit 1: Primitive Types
- Unit 2: Using Objects
- Unit 3: Boolean Expressions and If Statements
- Unit 4: Iteration
- Unit 5: Writing Classes
- Unit 6: Array
- Unit 7: ArrayList
- Unit 8: 2D Array
- Unit 9: Inheritance
- Unit 10: Recursion
#
📝 Contributing
Notice a typo or error? Feel free to create an issue!
Please note that support will not be provided for code that does not work in newer lessons.