Saturday, July 22, 2023

JAVA - COMMAND LINE - EXAMPLE 2

 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);
    }
}

No comments:

Post a Comment

Complete Works of Swami Vivekananda [Volume 8,Page - 2069]

  Complete Works of Swami Vivekananda [ Volume 8, Page - 2069] Jesus Christ was God — the Personal God become man. He has manifested Himsel...