Friday morning fun
Options

gonnasee33
Posts: 163
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 !
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 !
0
Replies
-
"She knows its a multi-pass!"0
-
Mmm chic-ken0
-
Chick-en good0
This discussion has been closed.