We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Algorithms
- Implementation
- Library Fine
- Discussions
Library Fine
Library Fine
Sort by
recency
|
1021 Discussions
|
Please Login in order to post a comment
Here is my c++ solution, you can watch the explanation here : https://youtu.be/EhPgZkwwx4Y
Just a quick reminder about library fines! It's easy to overlook a due date when life gets busy. But don’t worry—many libraries offer grace periods or options to waive fines through community events. Speaking of events, if you're looking for help with planning, check out an Event Consultant in West Palm Beach, Florida! They can make your gatherings memorable! Visit Website
public static int libraryFine(int d1, int m1, int y1, int d2, int m2, int y2) {
My C code 😎😁