WHAT COUNTRIES WOULD YOU LIKE TO TRAVEL TO ?

Wael ajlouni

HELLO WORLD

#include <iostream>


using namespace std;


int main()

{

 int world ;

 string write ;

 string yesorno;

 string name ;

 cout<<"what is your name"<<endl;

 cin>>name;

cout<<"How many countries would you like to travel to?"<<endl;

cin>> world ;

cout<<"Can you mention some of them to me"<<endl;

cin>>yesorno;

if(yesorno=="yes")

{

    cout<<"Please start"<<endl;

    cin>>write;

    cin>>write;

    cout<<" nice to meet you\n"<<name<<endl;

}

else

{

    cout<<"okay nice to meet you\n"<<name<<endl;

}

cin>>write;

}