Chapter 4 Quiz Starting Out With C++ 010

if (expression)
  statement;
else
  statement;

Does the above work in C++?

a. true
b. false

1 comment: