Skip to content

A hotel is simulated by using threads to model customer and employee behavior.

Notifications You must be signed in to change notification settings

nomaanakhan/Hotel-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel-Simulation

List of files:

Hotel.java FrontDesk.java Guest.java Bellhop.java

Hotel.java contains the hotel simulation class. FrontDesk.java contains the front desk employee class. Guest.java contains the guest class. Bellhop.java contains the bellhop class.

To Compile:

javac file_name.java

example: javac Hotel.java FrontDesk.java Guest.java Bellhop.java

To Execute:

java file_name

example: java Hotel

About

A hotel is simulated by using threads to model customer and employee behavior.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages