0
4**2/5>2**2or(3+5)/4<10/2. Please solve this with steps.
4 Answers
+ 4
16/5 > 4 OR 8/4 < 5
3 > 4 OR 2 < 5
false OR true
true
#not sure
0
1) 3.2 > 4 or 4 < 5
2) False or True
3) True
0
To remember.
In "or" statement, we need one "True" in the expression to return True.
For example: True or False -> True
In "and", we need one False to return False in the expression.
Example: True and False - > False
0
We use maths BODMAS rule to solve this
First we break this into 2 parts (witch is sperated by or operator)
in following program it print each step
https://code.sololearn.com/chq7U7GGCdB7/?ref=app