What is the output of the following statements?
a. if ('R' < '$' && '&' <= '#')
cout << "$#";
cout << "R&";
cout << endl;
b. if ('4' > '3' || 2 < -10)
cout << "1 2 3 4" << endl;
cout << "$$" << endl;
c. if ("Jack" <= "John" && "Business" >= "Accounting")
cout << "Jack Accounting" << endl;
cout << "John Business" << 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.