
09-25-2010, 07:42 PM
|
|
Really Forkking Awesome
|
 |
Join Date: Sep 2010
Posts: 20
|
|
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;
}
}
}
|
What's with the C++ man |
|
|
|