Method findRoom
// Return the room with id# targetId,
// or null if there is no such room.
public static Room findRoom(int targetId) {
But how are we going to find the room?
Idea: keep all rooms chained together.
Objects can have fields that refer to other objects
evaluated in an instance method of object o is a reference to o.