Wednesday, November 2, 2011

Challenge 027

Location hotSpot = new Location(4 , 7)

3 comments:

  1. The keyword "new" is an operator, not a constructor method. This is throwing off the accuracy of your color coding. Revise when able.

    ReplyDelete
  2. Indeed, very good. Technically the "new" keyword is an operator, not part of the constructor, but we're good here.

    ReplyDelete