The question says 5 / 3 * 2.0 / (4 % 3) + 5 = 7.0
For some reason I don't understand why this makes sense at all. I start with dividing 5/6.0 = .83, then divide it by (4%3 which is 1) and add 5 but I'm not getting that answer. Can you explain it in detail.
Thank you.