Code using C++ Apply Fuctions and Arrays Instruction: 1. Create a Library System that allowed students to borrow and return books. 2. Ask for inputs like Name, Year Level, Student Number, Course, Number of books borrowed, date borrowed and due dates. 3. For each student, they can only borrow upto 5 books. The system should input the Title of the books as well. 4. The system should detect if any information is not provided by the user, it also detect if more than 5 books are borrowed. 5. The system can determine if the returned book/s is/are late and should give penalty of 5.00 per each book. 6. Make sure to provide a summary of all the inputs and reminders for the student.
Code using C++
Apply Fuctions and Arrays
Instruction:
1. Create a Library System that allowed students to borrow and return books.
2. Ask for inputs like
Name, Year Level, Student Number, Course, Number of books borrowed, date borrowed and due dates.
3. For each student, they can only borrow upto 5 books. The system should input the Title of the books as well.
4. The system should detect if any information is not provided by the user, it also detect if more than 5 books are borrowed.
5. The system can determine if the returned book/s is/are late and should give penalty of 5.00 per each book.
6. Make sure to provide a summary of all the inputs and reminders for the student.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 5 images