This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Help using IF

hello, I have a question... because my program don work

can I write:  if  ((0<aux) && (aux<=313))     or    if  ( 0<aux<=313 )

both ways dont work...