Chapter 5 Quiz Starting Out With C++ 007

Can you use increment or decrement in relationship expressions?

if (x++ > 10)
  cout << "Thanks for playing!";

a. true
b. false

1 comment: