Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,253

    Re: House/Room Classes

    See the tutorial about how to define/create a method:
    Defining Methods (The Java™ Tutorials > Learning the Java Language > Classes and Objects)

    To read input from the console see the Scanner...
  2. Replies
    3
    Views
    1,253

    Re: House/Room Classes

    Which part are you having problems with?
    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
Results 1 to 2 of 2