[Bluej-discuss] Ex 4.50

Brian Brookwell brian.brookwell at shaw.ca
Wed Oct 4 14:12:53 BST 2006


On 4-Oct-06, at 7:07 AM, John Simonds wrote:

> for(int index; index < notes.size; (index ++) }

for (int index;index < notes.size; index++) {

You had mismatched ( ) pairs and the brace was the wrong way around
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bluej.org/pipermail/bluej-discuss/attachments/20061004/0f7e0a8f/attachment.html


More information about the bluej-discuss mailing list