jules42601 jules42601 15-02-2024 Mathematics contestada Which statement below detects whether the value of integer variable x is between -5 and 5 (inclusive)? 1) x ≥ -5 && x ≤ 5 2) x > -5 && x < 5 3) x > -5 || x < 5 4) x ≥ -5 || x ≤ 5