In this video, we discuss the basics of IF and IF-ELSE statements. Comparisons of numbers and variables are covered.
Read more
C if statement
if (testExpression) { // statements }The
if
statement evaluates the test expression inside parenthesis.
If test expression is evaluated...