public boolean isValidFloorNumber(int floor) {
if ((this.numberOfFloors < style="color: rgb(153, 51, 153);">this.numberOfFloors > floor){
return false;
}
return true;
}
Mittwoch, 21. Mai 2008
Abonnieren
Kommentare zum Post (Atom)
Keine Kommentare:
Kommentar veröffentlichen