Discussion:
Q: Create a Java class that declares variables to represent the length and width of a room in feet. Assign appropriate values to the variables. Compute and display the floor spae of th eroom in square feet (area = length * width). Display explnatory text with the value - for example, the floor space 375 square fee. Save as Room.java