These exercises work with the following two classes:
public class Office {
String building;
int room;
String occupant;
Office(String building, int room, String occupant) {
this.building = building;
this.room = room;
Are you sure to leave this team?
Once you delete your team, all team notes will be deleted and cannot be recovered. Please ensure you've exported or transfered these notes.
Enter team name before deleting it:
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up