Write each of the following pairs of simple statements as a compound statement:(a) x > 2, x < 5(b) x >= 3, x < 6(c) x >= 1, x <= 7(d) x > - 4, x <= 0(e) x >= -3, x <= -1