It shouldn’t even compile…the correct syntax is
if ((aChar1 == aChar7) && (aChar2 == aChar8)) {
//do something
}
2
solved Comparing chars does not work [closed]
It shouldn’t even compile…the correct syntax is
if ((aChar1 == aChar7) && (aChar2 == aChar8)) {
//do something
}
2
solved Comparing chars does not work [closed]