Skip to content

Commit 07e6468

Browse files
Update car-rental-system.md
updated the problem name to car rental system from the elevator system
1 parent a05802f commit 07e6468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

problems/car-rental-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Designing an Elevator System
1+
# Designing a Car Rental System
22

33
In this blog post, we will explore the object-oriented design and implementation of a Car Rental System (CRS) using Java.
44

@@ -131,4 +131,4 @@ public class CarRentalSystem {
131131

132132
// Other necessary methods...
133133
}
134-
```
134+
```

0 commit comments

Comments
 (0)