C++ If

C++

  if (condition) {
  // block of code to be executed if the 
  condition is true
}

  
Source

Also in C++: