string Text; string fic; bool c = true; while(c){ getline(cin,Text); if(Text == "Ідентифікація") { fic = "фікація"; cout << fic << endl; string tent = "тент"; cout << tent << endl; string indeya = "ідея"; cout << indeya << endl; c = false; }
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
string Text;
string fic;
bool c = true;
while(c){
getline(cin,Text);
if(Text == "Ідентифікація")
{
fic = "фікація";
cout << fic << endl;
string tent = "тент";
cout << tent << endl;
string indeya = "ідея";
cout << indeya << endl; c = false;
}