true
True
An equation is a true statement. [ 75 + 4 = -2 ] is a false statement.
false
A false statement.
A false statement.
Since 2 plus 4 is not 10, the "if" statement is false. Given a false "if", logically, 9 + 2 can equal anything you like.
true
yes
It is a false statement.
It is a true statement.
False
The if statement evaluates boolean (true or false) expressions. For example: if ( a = b ) or if (4 = 4 ) The first would be true if a was equal to b and false if not. The second would always be true seeing that 4 always equals 4.