Trying to learn c# and dont understand why i cant compare string.
if (answere == 'j' || answere == 'J')
{
again = true;
}
else
again = false;
How do I do to make this happen in c#?