An open API service indexing awesome lists of open source software.

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

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