https://github.com/zeeshier/car_rental_system_java
This Repository contains Java based project on Car Rental System
https://github.com/zeeshier/car_rental_system_java
car-rental car-rental-system java
Last synced: 3 months ago
JSON representation
This Repository contains Java based project on Car Rental System
- Host: GitHub
- URL: https://github.com/zeeshier/car_rental_system_java
- Owner: Zeeshier
- Created: 2024-08-14T16:29:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T16:34:29.000Z (10 months ago)
- Last Synced: 2025-01-13T12:18:46.460Z (5 months ago)
- Topics: car-rental, car-rental-system, java
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Rental System
A Java-based car rental system with a graphical user interface.
## Features
* **Add User Details**: Enter customer name, address, phone number, and email.
* **Select Car Type**: Choose from Civic, Mehran, Corolla, Audi, or Alto.
* **Calculate Rent**: Calculate rent based on car type and rental days.
* **Generate Receipt**: View and print receipt with customer and rental details.## Running the Code
To run the code, follow these steps:
### Step 1: Compile the Code
```bash
javac CarRentalSystem.java
java CarRentalSystem