| Author |
say what?
|
Ra Carter
Ranch Hand
Joined: Jul 30, 2005
Posts: 93
|
|
i got this from a scjp book somewhere. i understand why it compiles and runs but I dont get the output. here is the code: and from the command line: what i dont get is what happened to the "-" character? shouldnt this be part of the parameters?
|
 |
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
|
|
|
In the loop, the condition increments the value of x before the statements in the body of the loop are executed.
|
 |
 |
|
|
subject: say what?
|
|
|