Results 1 to 30 of 93

Hybrid View

  1. Collapse Details
     
    #1
    le Gentleman Doli's Avatar
    Join Date
    Mar 2012
    Posts
    9,939
    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
    Last edited by Gentleman Doli; 07-09-2013 at 05:03 PM.
    Reply With Quote
     

  2. Collapse Details
     
    #2
    Pariah :Care:y Plug Drugs's Avatar
    Join Date
    Dec 2011
    Location
    an edgecastle for edgelords
    Posts
    11,801
    i want you to compile ur cum in my ass
    Reply With Quote
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •