Guest User

Untitled

a guest
Oct 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public Room[] getStoreyRooms(int storey) {
  2. storey = r.getZ();
  3. Room[] a = new Room[s.rooms.size()];
  4.  
  5. System.out.println(a);
  6.  
  7.  
  8. if(1 < storey)
  9. {
  10. return a;
  11. }
  12. return null;
  13. }
Add Comment
Please, Sign In to add comment