Question: Construct an C expression to express the following conditions: Example: a is between 1 and 100. Answer: a>=1 && a
Construct an C expression to express the following conditions:
Example: a is between 1 and 100. Answer: a>=1 && a<=100
1) x is equal to or greater than 90 but smaller than 100
2) y is not between 40 and 60
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
