#include <iostream>
int main ()
{
using namespace std;
int favnum;
string favanimal;
string favperson;
string favplace;
cout << "What Is Your Favorite Number? " << endl;
cin >> favnum;
cout << "What is your favorite animal? " << endl;
cin >> favanimal;
cout << "What is your favorite persons Name? " << endl;
cin >> favperson;
cout << "What is your favorite place? " << endl;
cin >> favplace;
cout << "Your Favorite Number is " << favnum << endl;
cout << "Your Favorite Animal is " << favanimal << endl;
cout << "Your Favorite person is " << favperson << endl;
cout << "Your Favorite Place is " << favplace << endl;
cout << "And That is why youre cool" << endl;
system("pause");
return 0;
}

#include <iostream>
int main ()
{
using namespace std;
int favnum;
string favanimal;
string favperson;
string favplace;
cout << "What Is Your Favorite Number? " << endl;
cin >> favnum;
cout << "What is your favorite animal? " << endl;
cin >> favanimal;
cout << "What is your favorite persons Name? " << endl;
cin >> favperson;
cout << "What is your favorite place? " << endl;
cin >> favplace;
cout << "Your Favorite Number is " << favnum << endl;
cout << "Your Favorite Animal is " << favanimal << endl;
cout << "Your Favorite person is " << favperson << endl;
cout << "Your Favorite Place is " << favplace << endl;
cout << "And That is why youre cool" << endl;
system("pause");
return 0;
}
#include <iostream>
int main ()
{
using namespace std;
int favnum;
string favanimal;
string favperson;
string favplace;
cout << "What Is Your Favorite Number? " << endl;
cin >> favnum;
cout << "What is your favorite animal? " << endl;
cin >> favanimal;
cout << "What is your favorite persons Name? " << endl;
cin >> favperson;
cout << "What is your favorite place? " << endl;
cin >> favplace;
cout << "Your Favorite Number is " << favnum << endl;
cout << "Your Favorite Animal is " << favanimal << endl;
cout << "Your Favorite person is " << favperson << endl;
cout << "Your Favorite Place is " << favplace << endl;
cout << "And That is why youre cool" << endl;
system("pause");
return 0;
}
#include <iostream>
#include <stdlib.h>
#include <string>
using namespace std;
int main ()
{
int favnum;
string favanimal;
string favperson;
string favplace;
cout << "What Is Your Favorite Number? " << endl;
cin >> favnum;
cout << "What is your favorite animal? " << endl;
cin >> favanimal;
cout << "What is your favorite persons Name? " << endl;
cin >> favperson;
cout << "What is your favorite place? " << endl;
cin >> favplace;
cout << "Your Favorite Number is " << favnum << endl;
cout << "Your Favorite Animal is " << favanimal << endl;
cout << "Your Favorite person is " << favperson << endl;
cout << "Your Favorite Place is " << favplace << endl;
cout << "And That is why youre cool" << endl;
system("pause");
return 0;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.