Advertisement
Guest User

2871sum

a guest
Sep 22nd, 2019
135
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.     int a,b, sum;
  5.     a=50;
  6.     b=60;
  7.     sum=a+b;
  8.     printf("Sum is %d",sum);
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement