急~~~~~~~~求助JAVA编程问题 谢啦~~~~~~~~

来源:百度知道 编辑:UC知道 时间:2024/05/22 17:25:22
2月22日之前用
Program Requirement:
Develop a hotel reservation system with the following functionalities:
a) New reservation
b) Search by customer id, by room number and by date.
You can make the assumption that the hotel has only two single rooms, two dual-sharing rooms and two quad-sharing rooms. Besides, the system will only cater for reservation for the period of a week.
The charges for the rooms are as below:
Single RM80 per night
Dual-Sharing RM140 per night
Quad-Sharing RM180 per night
The customer ID is unique and is generated automatically by the system.
At least five (5) customers’ data should be used to demonstrate the working of the system.
Note: Do not use object-oriented approach in this assignment.
Sample Output

Hotel Reservation System
(New Reservation)
------------------------------------------------------------------------------------------
Customer ID : HR0002 (generated aut

去CSDN上找一下源码
有很多类似的
http://download.csdn.net/source/323756不错

没啥难度 麻烦点而已~~ 自己搞搞就出来了 真遇到什么问题再发问吧