package bbb;
public class test
{
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);
}
}
------------------------------------------------------------------------------------------------
0 Comments:
張貼留言
<< Home