public class Hotel { public static void cancelRoom (Room [] arr, String num) { for(int a = 0; a < arr.length; a++){ if(arr[a].getRoomNumb