Mittwoch, 21. Mai 2008

Zeilen die die Welt nicht braucht

public boolean isValidFloorNumber(int floor) {
if ((this.numberOfFloors < style="color: rgb(153, 51, 153);">this.numberOfFloors > floor){
return false;
}
return true;
}

Keine Kommentare: