Computer Science, asked by kanaklataverma33, 3 months ago


Define the syntax of IF statement.​

Answers

Answered by XxxShivuuxxX
11

The syntax for if statement is as follows: if (condition) instruction; The condition evaluates to either true or false. True is always a non-zero value, and false is a value that contains zero.

hope it helps you ❤️

Answered by Anonymous
2

Answer:

 \huge \fbox \red{Answer}

The syntax for if statement is as follows: if (condition) instruction; The condition evaluates to either true or false. True is always a non-zero value, and false is a value that contains zero.

Similar questions