blakelyc blakelyc 16-02-2018 Computers and Technology contestada JAVA PROGRAMMING STUFF- If x is an Int with a value of five, which of the following evaluates to true? x > 5 x <= 5** x != 5 x < 5 ** is my answer.