Odd Syntax Thing
int[] grades; is equivalent to int grades[];
Be careful however:int a, b, c;int[] x, y, z;int r[], s, t[];
Best to associate array brackets with the type not the variable name
Previous slide
Next slide
Back to first slide
View graphic version