The code is supposed to remove a given occupied room

后端 未结 0 616
囚心锁ツ
囚心锁ツ 2020-12-11 00:47
public class Hotel 
{

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题