Categories > Original > Essay > Coding
if (condition)
{
// if condition is true
// do this code
}
else // "otherwise"
{
// do this code instead
}
{
// if condition is true
// do this code
}
else // "otherwise"
{
// do this code instead
}
Sign up to rate and review this story