Gloryaa

Untitled

Sep 17th, 2022 (edited)
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. main (){
  5. int a,b,c;
  6. a=25;
  7. b=15;
  8. c=a+b;
  9. cout<<c;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment