again? Y/N : ";
char CStartOver;
cin » CStartOver;
if (CStartOver != 'Y' || CStartOver != 'y')
{
return false;
}
else
{
return true;
}
}'''
Please format the code you posted, by wrapping it in triple backticks. -> `
Обсуждают сегодня