Expressions, operators, conditional statement Exercise 1:

English expression. Java expression. 1 whether x is positive x > 0. 2 whether x is a multiple of y. 3 whether x is between -2 and 13.

Part of the document

English expression. Java expression. 1 whether x is positive x > 0. 2 whether x is a multiple of y. 3 whether x is between -2 and 13.