Advertisement
Munna2790

sum2790

Sep 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4.  
  5.  
  6.  int a,b,sum;
  7.     scanf("%d %d",&a,&b);
  8.     sum=a+b;
  9.     printf("sum is %d",sum);
  10.     return 0;
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement