vendredi 8 mai 2015

Changing the if statement

I was playing with my code and started wondering if this change from:

if(array[index] == 0)

to this:

if(!array[index] != 0)

could affect any code or does it just do the same thing and I don't need to worry about how I write this?

Aucun commentaire:

Enregistrer un commentaire