how to code it am new | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to code it am new

The library in a village called Mountain Caves need a new electronic rental system and it is up to you to build it. Mountain Caves has two libraries. Each library offers many books to rent. Customers can print the list of available books, borrow, and return books. There are two classes Book and Library, that provide the functionality for the book database. You must implement methods to make the classes work. Book title, find out if the book is available, borrow the book, and return the book. On the library class we are dealing with managing collection of books, All the Libraries have the same hours 9AM to 5PM daily. However, they vary in addresses and book collections.

18th Apr 2024, 8:58 AM
kedibone babra
2 Answers
+ 1
Can you attached your effort with your problem! It is better you attached your attempt/code that you already made to resolve your own problem. For your own problem you need to do effort first. Because this Q&A Discussion section is basically for resolving programming related problems on efforts mostly. Thanks!
18th Apr 2024, 9:14 AM
`нттp⁴⁰⁶
`нттp⁴⁰⁶ - avatar
0
Interesting project. Which programming language are you planning to use? It sounds like you might already have some fundamental knowledge of it. If you do, please share what you've coded so far, even if you don't think it's great. Your code will help us understand where you need specific help. If you haven't started coding yet, a good first step is to identify key terms from your task description. Think about which programming concepts or keywords relate to what you need to accomplish. This approach will help you form a clearer plan on how to tackle the task
19th Apr 2024, 4:03 AM
Chris Coder
Chris Coder - avatar