```c++ if (condition) { statements; }```

if (condition) {
  statements;
}
Was this page helpful?