#include <iostream> #include <string> using namepsace std;
int main() {
string celeb1,celeb2,bar,name, activ1, active2, obj1, obj2;
cout << "Please enter your first name, two things you like, two activities, the name of your favorite bar, and two celebs: ";
cin >> name >> obj1 >> obj2 >> activ1 >> activ2 >> celeb1 >> celeb2;
cout >> ""Hi I'm " << name << " and I like " << obj1 << " and especially " << obj2 << ". When I'm not << activ1 << " then you'll find me " << activ2 << ". In my perfect world I would be chilling at " << bar << " with << celeb1 << " and " << celeb2 << ". The End.\n"
return (0); }
money plz
|