
Real1ty
Senior Member

Oct 13, 2007, 4:51 AM
Post #4 of 5
(279 views)
Shortcut
|
|
Re: [Peach Pit] Serious question from me.
[In reply to]
|
Can't Post
|
|
do while for if I only know VB, so I can't explain that one Java stylez. Okay, I've never used "do" along with a while loop. while(boolean) { does whatver is here while the boolean isnt false } for(int = intName; expression that tells the loop when to stop, like i > 0; what you want int i to do in each iteration of this loop, like i= i+1) { repeats whats in here till that expression is false } if(boolean) { do this }
"It worked, idk how. It probably wasn't healthy considering one time it bleed." ~coolgreencat
|