Skip to content

A Car Rental System program in Java - Assignment 1 - 2.1

Notifications You must be signed in to change notification settings

whoslucifer/Car-Rental-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car-Rental-System

  • Instructions

  • 1. Running On Terminal

  • Clone this repository

    git clone https://github.com/fwmedusa/Car-Rental-System.git
    
  • Navigate into the directory you just cloned then into the src directory

  • Run this code to compile all the java classes at once

    javac Car.java Customer.java Main.java RentalAgency.java RentalAgencyTest.java        
    
  • To run the test run the following command without the .class extension

    java RentalAgencyTest
    
  • To run the Main class and use the program run this without the .class extension

    java Main
    
recording_2024-09-27_11.11.03.mp4
  • 2. On an IDE

  • Open the folder where this repo was cloned with your IDE of choice

  • Open the Main.java file and run

  • To run the test, simply select the RentalAgencyTest.java file and run it

About

A Car Rental System program in Java - Assignment 1 - 2.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages