Your job is to implement a system for a video rental store to manage the videos and the customers. Each customer registe
Posted: Mon Jun 06, 2022 5:58 pm
Your job is to implement a system for a video rental store to
manage the videos and the customers. Each customer registers and
can borrow up to two videos simultaneously for maximum of 5 days.
If the video is not returned on time, a fine amount of 1$/day is
applied. Launch BlueJ (or Eclipse) and create a new project and
name it as Task2 and save it in the Task2 folder in your
submission. Then, create the classes you are asked in the following
parts of the question.
(e) Provide a main method for the Customer class and define two
objects and test your methods. You need to include a screenshot of
the output of your program in the solution document to show that
your methods are working correctly.
manage the videos and the customers. Each customer registers and
can borrow up to two videos simultaneously for maximum of 5 days.
If the video is not returned on time, a fine amount of 1$/day is
applied. Launch BlueJ (or Eclipse) and create a new project and
name it as Task2 and save it in the Task2 folder in your
submission. Then, create the classes you are asked in the following
parts of the question.
(e) Provide a main method for the Customer class and define two
objects and test your methods. You need to include a screenshot of
the output of your program in the solution document to show that
your methods are working correctly.