Categories > Original > Essay > Coding

conditionals

by iluvdacomalfoy 0 reviews

stuff

Category: Essay - Rating: G - Genres: Angst - Published: 2014-11-13 - 15 words

1Moving
if (condition)
{
// if condition is true
// do this code
}
else // "otherwise"
{
// do this code instead
}
Sign up to rate and review this story