[Bluej-discuss] Ex 4.50
John Simonds
simonj2 at sage.edu
Wed Oct 4 14:45:11 BST 2006
Thank you. Any idea why the corrected version would then produce 'size has private access in the java util list?
John Simonds
Systems Technologist
simonj2 at sage.edu
(518)244-3111
(518)292-1734
---------------------------------------
Original E-mail
From: Brian Brookwell
Sent: 10/04/2006 09:12 AM
To: John Simonds , General discussion for users of BlueJ
Subject: Re: [Bluej-discuss] Ex 4.50
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/29ddb264/attachment.html
More information about the bluej-discuss
mailing list