package exercise1a;
public class Exercise1b {
public static void main(String[] args) {
if ( args.length == 0) {
System.out.println( "No command line argument given" );
}
else {
int t = 0;
for( int i = 0; i < 101; i++ ) {
System.out.print(args[0] + " ");
t = t + args[0].length() + 1;
if (t + args[0].length() + 1 > 80) {
System.out.println(" ");
t = 0;
}
}
}
}
}
compile this and type plug_drugs_is_a_fag in the comand line, Lol
Thread: Teaching myself Java code
Results 1 to 30 of 93
Hybrid View
-
07-09-2013
Last edited by Gentleman Doli; 07-09-2013 at 05:03 PM.
-
07-09-2013
i want you to compile ur cum in my ass
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)