Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3.  
  4. int main(){
  5. string MyName = "Slim Shady";
  6. int MyAge = 30;
  7. cout<<"Hi! My name is "<<MyName
  8. <<", i'm "<<MyAge<<" years old, and ur mom is fat."
  9. <<endl;
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement