Java Codes
Command Line
class comline
{
public static void main(String args[])
{
int count,i=0;
String s;
count=args.length;
System.out.println("Number of Argument ="+count);
while(i<count)
{
s=args[i];
i=i+1;
System.out.println
(i+
":"
+s+"..!");
}
}
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment