hello everyone, I am recieving this compiler error stating that
else if(input%100 || input%10 == rndNum%100 || rndNum%10)
this line ^
gives me the error
error: bad operand types for binary operator '||'
was hoping someone could explain this error to me if possible, also any advice would be greatly appreciated!
Thanks!!