Which part are you having problems with?Implement a method to read in room information in the House class from the keyboard — this should call the Room constructor as required. Modify the Create a zero-argument House constructor to call this new method.
Create a method
read in room info
call Room constructor
create 0 arg House constructor
call the method
Please edit your post and wrap your code with
[code=java]
<YOUR CODE HERE>
[/code]
to get highlighting and preserve formatting.