AP Computer Science A Unit 7 Project
Directions: Write a program that will maintain a contacts application. The program should be menu-driven and have the following options:
When creating this project you will need a Person class that contains at least the following:
1 Point | 2 Points | 3 Points | |
---|---|---|---|
Overall Functionality | Program does not work | Program works but is missing features | Program works and has all required features |
Use of Person Class | Person class is not implemented | Person class is somewhat implemented | Person class is fully implemented |
Algorithm Implemention | Algortihms are built poorly and are inefficient | Algorithms are somewhat efficient | Algorithms are efficient and built well |
Fluidity of Output | Console output does not flow well | Console output is mediocre | Console output feels professional |