execute an instruction only one time in a do while loop in java

Posted by tuxou on Stack Overflow See other posts from Stack Overflow or by tuxou
Published on 2010-05-15T15:43:07Z Indexed on 2010/05/15 15:44 UTC
Read the original article Hit count: 152

Filed under:
|

hi

in java, how can we execute an instruction only one time in a do while loop

do{

\\execute this onty one time

\\other instructions instructions

}while(condition)

thank you

© Stack Overflow or respective owner

Related posts about java

Related posts about Windows