hi, running returns true, but could you please explain the stepsthat make it out to be true? I haven’t seen if statements writtenlike this
5) What would be the result of the following code?
int count = 1;if (2 < count < 9) cout << “true” << endl;else cout << “false” << endl;
a) It would print “true”. b) It would print “false”. c) Therewould be a compile error.
Expert Answer
An answer will be send to you shortly. . . . .