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: 180
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