Sunday, 6 September 2015

Greenfoot Tutorial:

( ) : the brackets in Java are used for mathematical expressions, and to surround parameter lists for method calls

[ ] : the square brackets are used to contain arrays

{ } : these curly brackets are used to contain chunks of code