x >= 0 and x <= 1
# which could just be:
0 <= x <= 1
# so the general form is:
<expr-a> <comparison> <expr-b> <comparsion> <expr-c>
Sound good?
x >= 0 and x <= 1
# which could just be:
0 <= x <= 1
# so the general form is:
<expr-a> <comparison> <expr-b> <comparsion> <expr-c>
0 <= x <= 1
Users browsing this forum: No registered users and 3 guests