Words
32
Reading
1 min
Listen
Play
4y
This one is tough as it depends on the order of operations. I ran this code through python
((2 / 1) + 6 ) * 6
48.0
/ + *
!hivebits
This one is tough as it depends on the order of operations. I ran this code through python
((2 / 1) + 6 ) * 6
48.0
/ + *
!hivebits
RE: Maths Brain Teasers 128 :: Can You Solve The Equation?