Woot woot! We create number, check if it's equal to 10
and, if so, print "10"
. Afterwards, we close the if clause and open an else block that prints "NOT 10"
.
Not quite! We create number, check if it's equal to 10
and, if so, print "10"
. Afterwards, we close the if clause and open an else block that prints "NOT 10"
.