I’ve got 12, 6 in the first word, 6 in the second.
Why this is not working:
if
(aChar1 == aChar7)
(aChar2 == aChar8){
//do something
}
Meaning, if aChar1 is equal to aChar7 and aChar2 is Equal to aChar8 do something, it gives me errors…
It shouldn’t even compile…the correct syntax is