Lesson 1 of 5 • 2 upvotes • 9:35mins
Simple -if is conditional statement in which the condition is check . If the conditions is true then the statement inside the if () will be executed. Otherwise the compiler will move out of the if and execute consecutive next lines.
5 lessons • 49m