Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Well I finally got it to my liking after all this time. I'll leave the other versions up so you can see my "creative process."
- #include <iostream>
- #include <string>
- using namespace std;
- int main()
- {
- string msg;
- cout << "Enter message: ";
- getline(cin, msg);
- system("cls");
- while(msg == msg)
- {
- cout << msg;
- }
- int x;
- cin>>x;
- return(0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement