Program 3-35 1 // This program uses strings to play a word game. 2 #include 3 #include 4 using namespace std: 5 6 int main() 7 // Stored strings 8 string s1= "There once was a person named ", 9 s2 = " who lived in ". 10 s3= "\nand who loved". .. 11 $4". At the age of " 12 €5 - ". 13 s6 = graduated Infrom high school and went to work in a s7= factory.\n". 14 15 s8" got married and had ". 16 00" childron and a pot", 17 s10= " named ". 18 $11".\nEvery weekend the family and 19 s12= had fun ", 20 s13 together."; 21 22 // Values input by the user 23 string name, city, activity, animal, product, petName; 24 int ago, kido: 25 Chapter 3 Expressions and Interactivity Program 3-35 (continued) 26 cout<<"Enter the following information and I\'11 " 27 <<"tell you a story. In\n"; 28 cout << "Your name: "; 29 getline(cin. name): 30 31 cout << "The name of a city: ": 32 getline (cin, city); 33 34 ; cout << "A physical activity (e.g. jogging, playing baseball): getline (cin, activity); 35 36 37 cout << "An animal: "; 38 getline (cin, animal); 39 40 cout << "A food or product you can buy: ": 41 getline (cin, product); 42 43 cout << "An adjective noun (e.g. blue car): ": getline (cin, petName); 44 45 46 cout << "A number between 10 and 50: "; 47 cin>> age; 48 49 cout << "A number between 0 and 15: "; 50 cin >> kids; 51 52 cout< 1 €3 旬口间 (globals) v Project Classes < > L202.cpp X 1 // This program uses strings to play a word game. 2 #include 3 #include 4 using namespace std; 5 6 int main() 7 ( { // Stored strings 8 string s1 - "There once was a person named ", 52 who lived in ", 53 "\nand who loved ", 54". At the age of ", 55 - ",", 56 "graduated \nfrom high school and went to work in a ", 57" factory.\n", 58 = " got married and had", 59 children and a pet ", s10- "named ", s11= ".\nEvery weekend the family and ", s12= s13 had fun ", ' together. ", // Values input by the user string hame, city, activity, animal, product, petName; int age, kids; cout << "Enter the following information and I\'11 " << "tell you a story.\n\n"; cout << "Your name: "; getline(cin, name); cout << "The name of a city: "; getline(cin, city); cout << "A physical activity (e.g. jogging, playing baseball): "; getline(cin, activity); cout << "An animal: "; getline(cin, animal); 40 cout << "A food or product you can buy: "; getline(cin, product); | 43 cout << "An adjective noun (e.g. blue car): " getline (cin, petName); 44 46 cout << "A number between 10 and 50: "3 47 cout >> age; 48 49 cout << "A number between 0 and 15: "; cin >> kids; cout << endl << s1 << name << s2 << city << s3 << activity; cout << s4 << age << s5 << name << s6 << product << s7; cout << name << s8 << kids << s9 << animal << a10 << petName; cout << s11 << petName << s12 << activity << s13 << endl; return 0; 58 } Compiler (61) Resources Compile Log✓✓ Debug Find Results Console Console X Close Line Col File Message C:\Users\Owner\Desktop\L202.cpp In function 'int main()": 18 18 C:\Users\Owner\Desktop\l.202.cpp C:\Users\Owner\Desktop\U202.cpp [Error] city was not declared in this scope [Error] cetivity was not declared in this scope 18 23 Col: 12 Sel: 0 Lines: 1770 Insert Line: 16 18 58 Length: 00 +M 8 00 ✓ X D X ロロ Done parsing in 0.016 seconds TDM-GCC 9.2.0 64-bit Release ☐