Advertisement
Tahamina_Taha

subeen 2.10

Feb 6th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include<stdio.h>
  2. int main(){
  3.     int a,b,sum;
  4.     printf("please enter your number: \n");
  5.     scanf("%d %d",&a,&b);
  6.     sum=a+b;
  7.     printf("your sum is: %d+%d=%d",a,b,sum);
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement