Skip to content

An AP CS A review guide -forked and expanded from @drasimov 's original repository

License

Notifications You must be signed in to change notification settings

richie-rich90454/csa.guide.pro

 
 

Welcome to the CSA Guide

Welcome to Top Tips for AP Computer Science A!

In this website, we will guide you, through a series of examples, to write trash code, or turn your current code to trash. Hopefully, you already know how to write the following:

public class Main{
    public static void main(String[] args){
         System.out.println("Hello World");
    }
}

The Table of Contents

Here you can see the tips and tricks to get a 5, compiled based on experience from master coders who are much better than you.
Unit 1 - Primitive Types
Unit 2 - 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

About us

This is a community project. Feel free to submit or write your guides to trash code. Connect with us: [email protected] or [email protected] More about us

About

An AP CS A review guide -forked and expanded from @drasimov 's original repository

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published