public class CommandLine2 {
public static void main(String[] args) {
int i,sum=0;
for (i=0;i<args.length;i++)
{
sum=sum+Integer.parseInt(args[i]);
}
System.out.println("Sum is="+sum);
}
}
Complete Works of Swami Vivekananda [ Volume 8, Page - 2069] Jesus Christ was God — the Personal God become man. He has manifested Himsel...
No comments:
Post a Comment