Advertisement
laith-0093

C++

Jan 13th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <iostream.h>
  2. int main ()
  3. {
  4. int i,j,k ;
  5. Cout<<"Enter 2 numbers" endl;
  6. cin>>i;
  7. cin>>j;
  8. k=i+j;
  9. cout<<k;
  10. cout<<" the sum is " cout<<k;
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement