Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class sum{
  2. public static void main(String [] args)
  3. {
  4. int a=Integer.parseInt()args[0];
  5. int b=Integer.parseInt()args[1];
  6. int c=Integer.parseInt()args[2];
  7. int sum=(a+b+c);
  8. System.out.println(sum);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement