Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 408 Bytes

File metadata and controls

9 lines (6 loc) · 408 Bytes

Car Rental Service

This is a simple Car Rental Service application built using Java. The program allows customers to rent and return cars while keeping track of their availability.

Features

Rent a Car: Customers can rent available cars for a specified number of days. Return a Car: Cars can be returned, updating their availability. Pricing: Rental price is calculated based on the number of days rented.