Java SE do while loop issues
问题 I have a problem with my java application when i compile my codes it says that it cannot find symbol roomLength . what the application supposed to do is prompt the user to input a room name then if it is "quit" then it has to close the program. otherwise it will prompt for the length, width and height of the room. if any of these dimensions is zero or lesser, it will reprompt for the dimensions again. class Room { private String name; private double length; private double width; private