Computer Science, asked by teody042714timbal, 6 hours ago

5 > 6 - 1 && 15 / 3 <= 7 - 2.0 && 18 / 3 >= 10/ 2

Answers

Answered by rameshbhatt0001
0

Answer:

fjjddjddjjfjdjddjjdjddhjdjdjrjrjjhdjdjddud

Answered by MichMich0945
0

Answer:

False.

Explanation:

If this is for a if-else statement, then it will return false as:

  • 5 is greater than 5 is false.
  • 5 <= 5 is true.
  • We don't need to proceed further as && operator only returns true if both of the operands are either true ( true && true ) or false ( false && false )

So the answer is false.

Hope this helps you!

Similar questions