Chapter 5 Quiz Starting Out With C++ 005

Given the following code.  Will anything be displayed?

z = 130;
if (x++ > 130)
cout << "z is greater than 130.\n";

a. true
b. false

No comments:

Post a Comment