- 4
((4+8)/2)?
5 odpowiedzi
+ 5
Solve first the expression inside the bracket (BODMAS).
4 + 8 ----> 12
🔹( 12 / 2 )
And in Python (based on your profile), division outputs a float data type.
🔹6.0
You can always review your lessons and try to experiment and play around in code playground for better understanding.
+ 2
6.0
+ 2
∆BH∆Y In math it'll be 6 or 6.0
Btw, thanks for advice... I'll update that...
0
= (4+8)/2
=12/2
=6