JAVA
Thursday, December 29, 2005
Lab 12-26-2005 (1)
public class myProgram
{
public static void main(String[] arg)
{
System.out.println(arg[0]+" "+arg[2]+" "+arg[1]);
System.out.println("The length of parameter is "+arg.length);
}
}
posted by GG at
9:44 PM
0
Comments:
Post a Comment
<< Home
Previous Posts
Homework 12-19-2005 Lab Equal Arrays
Lab 12-19-2005 Sorting
Lab 12-19-2005 Class Parameter
"Homework 12-12-2005 Counter II"
Lab 12-12-2005 (2) Static Class
Lab 12-12-2005 (1) Constructor
Homework 12-5-2005
Lab 12-5-2005 (2) Overloading
"Lab 12-5-2005 (1) Using "this""
Homework 11-28-2005
About Me
Name:
GG
View my complete profile
0 Comments:
Post a Comment
<< Home