7349 Assignment4
7349 Assignment4
-- Output:
-- | Rollno | Name | DateofIssue | NameofBook | Status |
-- |--------|-------|--------------|----------------------------|--------|
-- | 14 | Ram | 2022-09-19 | Operating System | I |
-- | 27 | Soham | 2022-07-24 | Object Oriented Programming | I |
-- | 34 | Mohan | 2022-06-12 | Microprocessor | I |
-- | 48 | Om | 2022-04-19 | Mechanics | I |
-- Output:
-- | Rollno | Date | Amount |
-- |--------|------------|--------|
-- | 14 | 2024-10-25 | 38400 |
-- | 27 | 2024-10-25 | 41250 |
-- | 34 | 2024-10-25 | 43350 |
-- | 48 | 2024-10-25 | 46050 |
-- Output:
-- | Rollno | Date | Amount |
-- |--------|------|--------|
-- | | | | -- Empty, as all fines are cleared
-- Output:
-- | Rollno | Name | DateofIssue | NameofBook | Status |
-- |--------|-------|--------------|----------------------------|--------|
-- | 14 | Ram | 2022-09-19 | Operating System | R |
-- | 27 | Soham | 2022-07-24 | Object Oriented Programming | R |
-- | 34 | Mohan | 2022-06-12 | Microprocessor | R |
-- | 48 | Om | 2022-04-19 | Mechanics | R |