
09-25-2010, 10:42 PM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
Quote:
Originally Posted by Dnegel
PHP Code:
class ***otry {
public static void main(String [] args) {
int x = 0;
while ( x < 9000 ) {
if ( x < 9000 ) {
System.out.println("***got");
x = x + 5;
}
x = x + 1;
}
}
}
|
Please never try to write code again. |
|
|
|