Write down a conditional expression that will be true for all values of the variable x in the given range and false for all values outside the given range. Note that the variable x can take on any value, not just integer values.
1) Between 1 and 5 excluding end points
2) Between -1 and +1 including end points
No languages please, just pseudocode.