Search:

Type: Posts; User: Junky

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    1,647

    Re: Creating an object...

    Squares squares = new Squares();

    Where is that line of code? I assume it is in a main method inside a class you have written. So you already know how to write a class.
  2. Replies
    6
    Views
    1,647

    Re: Creating an object...

    You have to write the Squares class. Programming does not happen by magic. Also be careful of how you name your classes. Squares suggest it will hold information about many squares. Whereas Square...
Results 1 to 2 of 2