lundi 5 juin 2017

How should i solve this error:bad operand types for binary operator '&&'

I don't know what's wrong but this code is giving me this error: bad operand types for binary operator '&&'

  if((n%2==0) && (n>>6) && (n<<20))
{

          ans = "Not Weird";
      }

Aucun commentaire:

Enregistrer un commentaire