Adblock breaks this site

Introduction to Arrays

Discussion in 'Programming General' started by Linux, Jun 8, 2009.

  1. Matthew

    Matthew Probably breaking stuff

    Joined:
    Nov 12, 2005
    Posts:
    5,153
    Referrals:
    42
    Sythe Gold:
    5,377
    Wait, do you not have an Archer rank? (5) Doge (3) Smashing Why is there BACON in the SOAP!? Literally nothing I saw Matthew Live Free or Die (3) Cool Kid (6) Poképedia Homosex (4)
    Sythe's 20th Anniversary
    Introduction to Arrays

    Code:
    String[] sillyArray = new String[4];
    
    sillyArray[0] = "Makes";
    sillyArray[1] = "Sad";
    sillyArray[2] = "Java";
    sillyArray[3] = "Me";
    
    System.out.println(sillyArray[2] + " " + sillyArray[0] + " " + sillyArray[3] + " " + sillyArray[1]);
    >_<
     
  2. SuF

    SuF Legend
    Pirate Retired Global Moderator

    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary
    Introduction to Arrays

    I like it. D:
     
< Tunnel System With Server [Bypass Secruity at School, Work and Home] | Need private professional css hack coder >


 
 
Adblock breaks this site