number is smaller than 0 or bigger than 255 what is the correct way of this?
if (number < 0 || > 255)
if(number < 0 || number > 255) I think
Обсуждают сегодня