Summer Labs for AP Computer Science
INSTRUCTIONS | USING EasyReader [applies to Labs 3 and 4] |
|
Using Easy Reader
is very simple EasyReader console = new EasyReader(); |
Lab 1: Using Arrays You will COMPLETE
THIS application program that will compute a statistical
analysis. |
Lab 2: Sorting Go into Lab 1 and create a new class called "Utility". Inside of Utility, create two methods: /** prints
the given list */ /** returns
the given list in the desired order To test your methods, uncomment the items commented
out for lab 2. |
Lab 3: Date Arithmetic This will take you a while. NOTE: |
Lab 4: Palindromes This is a fun one! You should do all of this inside of an application program called "Lab 4". The program should work as follows: EXAMPLE Lab 4 extra credit: ENHANCED
CREATE PALINDROME ****YOU WILL DEFINITELY NEED TO VISIT THE API FOR HELP WITH STRING MANIPULATION**** |