Monday, 3 October 2016

If statements

An If statement is when one or more lines of code may or may not be executed depending on whether a condition is true or false.

this can be said as "If"

types of coding to express the If the statements
= Equal to
< Less than
<= Less than or equal to
> Greater than
>= Greater than or equal to
<> Not equal to

No comments:

Post a Comment