What is the output of the following statements? Suppose a and b are int variables, c is a double variable, and a = 13, b = 5, and c = 17.5.
a. cout << a + b – c << endl;
b. cout << 15 / 2 + c << endl;
c. cout << a / static_cast
d. cout << 14 % 3 + 6.3 + b / a << endl;
e. cout << static_cast
f. cout << 13.5 / 2 + 4.0 * 3.5 + 18 << endl;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.