5 > 6 - 1 && 15 / 3 <= 7 - 2.0 && 18 / 3 >= 10/ 2
Answers
Answered by
0
Answer:
fjjddjddjjfjdjddjjdjddhjdjdjrjrjjhdjdjddud
Answered by
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
Political Science,
3 hours ago
Physics,
3 hours ago
Science,
3 hours ago
English,
6 hours ago
Math,
6 hours ago
Physics,
8 months ago
Accountancy,
8 months ago
Computer Science,
8 months ago