Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
if is a keyword to allow conditional program flow:
if ( /* condition */ ) |
Optionally, an if statement can be followed by an else statement:
if ( /* condition */ ) |
#include <iostream> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.