Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 883 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 883 Bytes

PlaneTicketsMatrix

Proyecto realizado en java con matrices que consiste en la venta de tiquetes de un avion en tres niveles, primera, segunda y tercera clase y cuenta con los siguientes detalles: • Cada clase tiene 50 asientos. • El programa es capaz de reservar el asiento que desee el cliente, si esta ocupado dar posibilidad de reservar otro. • Si la clase esta llena indicar al cliente y dar la opcion de reservar en otra clase.


Java program with matrix and consists in a sale of airline tickets in 3 classes, first, second and third class. The program has the following deails: • Each class has 50 seats. • Program allow you to book the seat the user decides, if it is already booked, allow to select a different one. • If the whole class is booked notify the user and give the option to book on a different class.