public String rentApartment() { automat.setCount(automat.getCount() - 1); return("Renting you an apartment....\n" + dispenseKeys()); }
public string rentApartment() { automat.setCount(automat.getCount() - 1); return("Renting you an apartment...."); }
public String rentApartment() { automat.setCount(automat.getCount() - 1); Console.WriteLine(dispenseKeys()); return("Renting you an apartment...."); }