Comprehensive, holistic FRQ problemset for the AP Computer Science-A Exam.
To test your solution to a problem, copy the Main.java
and Check.java
into your IDE or workspace (additional files need to be added from the Classes, Inheritance, and Interfaces problems). Then, write the method(s) according to the prompt. When the Main.java
file executed, the checking code will test your solution against an array of cases. Your solution is accepted if all cases pass.