The 2005 AP Computer Science A Free Response problems are of average difficulty.
The Hotel
problem requires both array and ArrayList
manipulation.
The Ticket
problem requires implementing two classes in an inheritance hierarchy. The implementations themselves are simple.
The StudentRecord
problem requires simple array traversals.