void displayExit ( const string function[i][j] , int b )
{
cin >> yes ||no; // close menu
cout << "Are You Sure Want To Exit?" << endl;
if ( exit == Y)
{
cin >> yes;
cout << " Thanks For Play This Game" << endl;
}
else if (exit == N)
{
cin >> no;
cout << " Please press any key to continue" << endl;
}
else ( answer != Y || N)
{
cout << " You Had Enter The Wrong Key" << endl;
}
}
i did tis jus now.....
but it cant run...
can anyone help me?
thx