Question 2 No use of compilers or electronic help Evaluate t…
Question 2 No use of compilers or electronic help Evaluate the following expressions. Please format your answers so that floating-point values have a decimal (e.g. 1.0) and string values are enclosed in double quotes (“string”): a) 20 % 2 * 3 + 12 % 5 b) 7 / 2 * 2.0 + 10 / 4.0 c) 12 + 34 + “5 * 6” + 39 * 2 d) 27 % 4 / 2 * 1.5 + 7 / 2 e) 7 / (1 + 2) * (2.0 + 1)