文件名称:PlaneApp
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Write an application class PlaneApp that implements the seating reservation program.
The class PlaneApp should be able to support the following:
(1) Show the number of empty seats
(2) Show the list of empty seats
(3) Show the list of customers together with their seat numbers in the order of the seat numbers
(4) Assign a customer to a seat
(5) Remove a seat assignment
The menu should also contain option (6) (i.e. quit) for terminating the program. After the user
selects a particular option, the corrsponding operation will be executed. If the selected option is
not (6), then the program shows the menu for user selection again. This application does not need
to save data into a file between runs.
The class PlaneApp should be able to support the following:
(1) Show the number of empty seats
(2) Show the list of empty seats
(3) Show the list of customers together with their seat numbers in the order of the seat numbers
(4) Assign a customer to a seat
(5) Remove a seat assignment
The menu should also contain option (6) (i.e. quit) for terminating the program. After the user
selects a particular option, the corrsponding operation will be executed. If the selected option is
not (6), then the program shows the menu for user selection again. This application does not need
to save data into a file between runs.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PlaneApp.java
PlaneSeat.class
PlaneSeat.java
Plane.class
Plane.java
PlaneApp.class