/java-uni-projects

java projects made for university assignments

Primary LanguageJava

java-college-projects

java projects made for university assignments


Project 1

compilation instructions: $ make

execution instructions: $ java Main


The program simulates an airplane. All its spaces are created and its employees. It logs the checks that need to be done before the airplane takes off.


Project 2

compilation instructions: $ make

execution instructions: $ java Main cClass Lj Ls Lt N


Program simulates the operation of a school. Students and teachers are randomly created and enter at random each school space sequentially, until there is no more space left in every location or no more people left outside. The day passes and then they all exit in the same manner.