Java Operater == Char
if(operator == 'a') // character or char needs to be put into ''
{
}
CyanBrothers
if(operator == 'a') // character or char needs to be put into ''
{
}