Friday morning fun

Options
gonnasee33
gonnasee33 Posts: 163
edited February 1 in Social Groups
Learing about arrays in my Java boot camp

public static void main(String[] args) {
// TODO Auto-generated method stub
String myArray[];
myArray = new String[5];
myArray[0] = "First Element";
myArray[1] = "Second Element";
myArray[2] = "Third Element";
myArray[3] = "Forth Element";
myArray[4] = "Fifth Element"; // Leeloo Dallas mul-ti-pass

Lets see how may people catch the humor this !

Replies

This discussion has been closed.