q3) when you have a numerical expression involving addition, division and exponents (and no parenthesis)…

q3) when you have a numerical expression involving addition, division and exponents (and no parenthesis), which of the following operations should you perform first? a) addition b) division c) exponents q4) what is the value being assigned to nova here? wind = \15\ nova = float(wind) a) \15\ b) 15 c) 15.0

q3) when you have a numerical expression involving addition, division and exponents (and no parenthesis), which of the following operations should you perform first? a) addition b) division c) exponents q4) what is the value being assigned to nova here? wind = \15\ nova = float(wind) a) \15\ b) 15 c) 15.0

Answer

Answer:

Q3) c) Exponents Q4) c) 15.0