Changes

Using if ... else .. Statements
{
''commands to be executed if expression is true''
}
{
''commands to be executed if expression is false''
}