Im very new to c
and am trying to make a while
loop that checks if the parameter is less than or equal to a certain number but also if it is greater than or equal to a different number as well. I usually code in python
and this is example of what I'm looking to do in c
:
while(8 <= x <= 600)