AP Computer Science :: Projects :: Off Subset
Problem
You will work with a group of no more than four people to find a helpful Java method that is not included in the AP Computer Science subset. All of the tested methods on the APCS exam are included in the Java Quick Reference appendix. You will show the method definition, an example of how it works, and an example free response question from the past that could have used the method.
The following should be part of your presentation:
- The official method definition from the official Java documentation.
- An example showing how the method works.
- A previous free response question where you could use the method.
- Solve the free response question using the method. This can either be in the presentation or you can do it live.