Computer Science, asked by ekjot62, 10 months ago

what is the result of relational expression in java​

Answers

Answered by ck13vishnuvichuz
0

Answer:

The result of all expressions thus far was either an integer value or a floating-point value. But, an expression can also yield a boolean, a result that is either true or false. Such an expression is called a relational expression. ... Relational expressions are usually intended to answer yes/no, or true/false, questions.

Explanation:

Answered by Oreki
0

\textsf{Relational expressions always result in a \textbf{boolean} value i.e. \textbf{true} or \textbf{false}.}

Similar questions