該系統還沒有對非法輸入進行異常處理,歡迎進行修改改正!
//room類
public class room
public void setnumber(int number)
public string gettype()
public void settype(string type)
public boolean isflag()
public void setflag(boolean flag)
//構造方法有引數
public room(int number, string type, boolean flag)
//重寫tostring 輸出房間資訊
public string tostring()
}//hote類
public class hotel else if (j2 ==2|| j2 ==3) else }}
}//顯示房間的詳細資訊
public void show()
system.out.println();}}
//預定房間
public void book(int i)
else
show();
}//退房間
public void check_out(int i)
else
show();}}
//程式入口
public class test03
* */
public static void main(string args) }}
酒店管理系統
用c語言編寫的酒店管理系統,目前是不帶gui介面,在dos視窗執行的程式。exe程式的url為 根目錄 bin debug my hotel.exe 功能介紹 支援使用者登入,以及對酒店和客戶資訊的增刪改查功能,酒店和客戶資訊儲存在debug資料夾下的dat檔案中。本程式需要登入,賬號為admin ...
酒店前台管理系統
toc 1.從鍵盤輸入客戶的入住資訊 包括 客戶姓名,身份證號,客房編號,總價。選擇哪一種型別的房間 2.可以實現快速檢視入住客人的資訊,包括自動結算客人入住房間的總費用。3.實現以房間號作為檢視的循序,以房間號的按從小到大進行排序。4.分開檢視客人的身份證資訊,保證入住人士身份證的不洩露。5.客人...
陣列小案例 使用陣列實現酒店預訂系統
陣列小案例 使用陣列實現酒店預訂系統 public class demo5 class room public int getno public void setno int no public string gettype public void settype string type publi...