public class CommandLine1 {
public static void main(String[] args) {
int a,b,c;
a=Integer.parseInt(args[0]);
b=Integer.parseInt(args[1]);
c=a+b;
System.out.println("Sum is="+c);
}
}
Outlook, developed by Microsoft, is a widely used personal information manager that includes an email client, calendar, task manager, conta...
No comments:
Post a Comment