Hi! I would like to request for a correct Java programming code: Create a NetBeans project for this activity. Example: MP1_Blanco_Maria The class name should be... Example: SeatReservation_Blanco Program Specification: 1. Use two-dimensional array with size 7 columns and 5 rows. 2. Seat numbers are populated during run-time and not hard-coded. 3. User is asked to input a seat number. 4. The chosen seat number is replaced by the letter X. 5. Program displays a remark “Seat successfully reserved” when reservation is done. 6. The user is not allowed to reserve a previously reserved seat. Display “Seat is taken” remarks. 7. The user is not allowed to enter an invalid seat number. Display an error message. 8. The program continuously loops
Hi! I would like to request for a correct Java
Create a NetBeans project for this activity.
Example: MP1_Blanco_Maria
The class name should be...
Example: SeatReservation_Blanco
Program Specification:
1. Use two-dimensional array with size 7 columns and 5 rows.
2. Seat numbers are populated during run-time and not hard-coded.
3. User is asked to input a seat number.
4. The chosen seat number is replaced by the letter X.
5. Program displays a remark “Seat successfully reserved” when reservation is
done.
6. The user is not allowed to reserve a previously reserved seat. Display “Seat is
taken” remarks.
7. The user is not allowed to enter an invalid seat number. Display an error
message.
8. The program continuously loops
Step by step
Solved in 2 steps with 1 images