Boards
Nerd programming question
How do i write an if loop in C?
I want it to be
if a is greater than or equal to 0
then do some stuff
if a is less than zero
do some other stuff
the 2 bits of stuff are coded correctly but I just can't seem to insert them into an IF loop, loads of errors.