subject
Computers and Technology, 06.12.2021 20:50 mya6137

This project is to develop a DVD/CD Rental System for a shop that rents out DVDs and VCDs to its registered customers. The system need to keep track of its rental information and compute rental fees collected from DVDs and CDs rented out to customers. This DVD Rental System is to be developed with methods using the Java programming language. The DVD rental shop has several DVDs and CDs, and many customers. Each customer is allowed to rent maximum of five DVDs and CDs at any time.
Upon returning DVDs and CDs, the shop assistant shall compute the total fees. The rental fee for each CD is $3 whereas a customer needs to pay $5 per DVD as a rental fee. The borrowing periods of items (CD and DVD) is one week. The customer must pay a fine of $1 per day for returning CD and DVD later than due date.
Your program must provide the following functions to manage the video rental operations:
Add customer
Add new customer information (1. Name, 2. Address, 3. Phone number, 4. Enrolling date, 5. Rental record) into the customer list.
Delete Customer
Delete an existing customer from the customer list. A customer can only deleted from the list if a customer has returned all borrowed items or does not borrow any item.
Modify customer(20 points)
Modify an existing customer information (1. Name, 2. Address, 3. Phone number, 4.
Enrolling date) into the customer list.
Add DVD or CD(20 points)
Add new DVD or CD information (1. Title, 2. Company, 3. Release date, 4. Borrowed date) in the DVD and CD list
Rental DVD/CD item(20 points)
Keep the code of a customer who borrows DVDs or/and CDs under the respective record of DVD item and the availability flag of the DVD item must be set to be unavailable.
Return DVD/CD item(30 points)
When a customer shall return a borrowed item(s) to the shop, the program shall compute rental fees of DVD and CD items. The program shall display detailed report for a customer.
Customer Name: Eugine
DVD Title Number of days Borrowed No of Days Overdue Rental Fee MADMAN5 0 $5
House of Cards 7 2 $7
Total Rental Fee: $12
Reporting current DVD/CD store information(10 points)
The program shall display the list of DVD and CD items rented out to the customers as well as for customer names with the list of DVD and CD rented by each of them as following format.
Video Code DVD000001 DVD000009 CD0110019
Title
MAD MAN House of Cards Adele
Borrowed by Eugine Eugine
Joel

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 07:00
Selective is defined as paying attention to messages that are consistent with one’s attitudes and beliefs and ignoring messages that are inconsistent.
Answers: 1
question
Computers and Technology, 25.06.2019 12:00
Which note taking method is most useful to show how main ideas and details relate? checklists flash cards conceptual note taking sequential note taking
Answers: 1
question
Computers and Technology, 25.06.2019 14:00
Which of the following exceptions could occur when the following code is run, if the precondition is met? // precondition: a is not null public string dosomething(arraylist a, int b) { int i; string s; for (i = 0; i < = a.size(); i++) { s = (string)(a.get(i)); if (s.length() == b) { return s; } } return null; }
Answers: 1
question
Computers and Technology, 25.06.2019 16:30
In which field of information technology do it professionals work directly with other employees to solve their general technology related issues?
Answers: 1
You know the right answer?
This project is to develop a DVD/CD Rental System for a shop that rents out DVDs and VCDs to its reg...
Questions
question
Computers and Technology, 14.10.2019 21:00
question
Mathematics, 14.10.2019 21:00
question
English, 14.10.2019 21:00
question
Mathematics, 14.10.2019 21:00
question
Mathematics, 14.10.2019 21:00
question
Arts, 14.10.2019 21:00
Questions on the website: 13722367