Ad
  • Custom User Avatar

    You could just write "return num == 0;"
    Now you are saying: if true than return true, else if false than return false.
    You could just say: return true/false