Advertisement
Guest User

new

a guest
May 27th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. #include<math.h>
  2. #include<stdio.h>
  3. #include<conio.h>
  4. main()
  5. {
  6.     int a,b,s;
  7.     printf("enter:");
  8.     scanf("%d%d",&a,&b);
  9.     s=a+b;
  10.     printf("\n result=%d",s);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement