Computer Science, asked by essneesunil8, 5 months ago

what is the syntax of the if statement​

Answers

Answered by saashareddy007
5

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