What is the output of the following statements?
a. if ('+' < '*')
cout << "+*";
cout << "%%" << endl;
b. if (10 <= 2 * 5)
cout << "10 ";
cout << "2 * 5";
cout << endl;
c. if ('a' < 'A')
cout << 'a';
cout << 'A';
cout << endl;
d. if ("C++" >= "C--")
cout << "C++" << endl;
cout << "C--" << endl;
e. if ("Sam" <= "Tom")
cout << "Sam Tom" << endl;
cout << "Tom Sam" << endl;
f. if (6 == 2 * 4 - 2)
cout << 3 * 4 / 6 – 8 << endl;
cout << "**" << 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.