Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include<stdio.h>
  2.  
  3. int main()
  4. {
  5. int a,s,b;
  6. print f("Enter two numbers");
  7. scan f("%d%d",a,b);
  8.  
  9. s=a+b;
  10. print f("the sum of numbers: %d",s);
  11.  
  12.  
  13.  
  14. return 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement