using namespace std;
class Welcome
{
public:
Welcome()
{
cout<<"Welcome!"<
~Welcome()
{
}
string Get()
{
return cha;
}
void Set(string ch)
{
cha=ch;
}
void talk()
{
cin.getline(a,50);
cout< cin.getline(b,50);
cout< cin.getline(c,50);
cout<<"All right!\nGoodbye!\nOk\nGoodbye\nGoodbye"<
private:
string cha;
char a[50];
char b[50];
char c[50];
};