home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
NTUsers
/
JBECODE.ZIP
/
JavaByExample
/
chap10
/
lst10_7.txt
< prev
next >
Wrap
Text File
|
1996-02-07
|
67b
|
9 lines
int count = 10;
do
{
++count;
}
while (count <= 15);