What is the output after executing the following segment of code?
int num = 5;if(num<4) cout << "Red" << endl;else if(num<10) cout << "Yellow" << endl; else cout << "Green" << endl;
a. Red
b. Yellow
c. Green
d. two of the above
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.