Question
The final project gives you the opportunity to demonstrate the object oriented programming skills acquired in this course, by designing and implementing a fully functional
The final project gives you the opportunity to demonstrate the object oriented programming skills acquired in this course, by designing and implementing a fully functional application.
Requirements For an application of your choice, describe the problem you aim to solve, design the necessary classes, and implement your design using Java. Your programs should contain at least two classes, and a driver class in which you demonstrate the functionality of your application.
Note: The final programming project is due at the end of Unit 8. You should select a topic for your final programming project and submit your selected topic by the end of Unit 5.
Directions Submit the following documents at the completion of your project using the link found at the bottom of the Unit 8 folder:
Documentation of the project, containing the algorithm, produced in pseudocode or flowchart, as well as the UML diagram representing the class structure of the program.
All files that are part of the project, including source code with the appropriate internal documentation.
A file containing snapshots of the running program, or a short video showing the running program.
Grading This assignment is graded and required and worth up to 60 points. It will be graded according to the following rubric:
Task | Points |
Import required package(s) | 6 |
Use appropriate class identifiers | 6 |
Declare variables and use them in the appropriate way | 6 |
Use arithmetic and logic in the appropriate way | 6 |
Use the appropriate data types | 6 |
Use the appropriate control structures | 6 |
Program source code compiles and executes using command line instructions | 6 |
Program executes according to specifications | 6 |
Project conforms to industry standard program design and style | 6 |
Program logic is well-documented | 6 |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started