QUESTION 2 Determine x after the following code executes: int x; x - 3/static_cast (4.5 + 6.4); O 0.3 Oo O 0.275
Posted: Sun May 15, 2022 8:46 am
QUESTION 2 Determine x after the following code executes: int x; x - 3/static_cast<double> (4.5 + 6.4); O 0.3 Oo O 0.275229 O 3.3 O None of these