What is the output of this code segment?
int age = 30;if(age = 40)cout << "Boy that is old!";elsecout << "Some day you will be old too";
a. Boy that is old!
b. Some day you will be old too
c. nothing—syntax error
d. prints something—but not choice a or b
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.