.................. statement is used to make decisions based on comparisons.
Answers
Answered by
0
Answer:
Points to Remember== must be used for comparison in the expression of if condition, if you use = the expression will always return true, because it performs assignment not comparison. Other than 0(zero), all other values are considered as true.
Explanation:
Answered by
4
Answer:
IF THEN STATEMENT
Explanation:
Similar questions