Advertisement
Guest User

new

a guest
Aug 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. # include <ioetram.h>
  2. # include <stdlib.h>
  3.  
  4. main( )
  5. {
  6.     int n1, n2, suma;
  7. cout<<iostream( )" primer numero"<<end);
  8.  
  9. int << n1;
  10. cout<<"introduca el primer nunero" <<end);
  11. cin >> n2
  12.  
  13. suma= nit + n2
  14. cout <<"el resultado es" << suma <<end1;
  15. retourn 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement