我有一个旅馆房间的清单 每个酒店房间都有:
public class HotelRoom {
int Number
String roomType (Triple, family, double)
String priceModel (perunit, per person,)
Int Price
Int MaxGuests
}
我需要返回最便宜的选择的列表 预订9人 (可以是2个家庭房/ 3个三人房/ 4个双人房,1个单人房)
我该怎么做?
答案 0 :(得分:-1)
一种快速的解决方案是使用for语句循环遍历当前列表,然后使用if语句将其添加到新列表中,以检查价格