Computer Science, asked by pkr8700949, 1 month ago

what is stntax of the i f statement​

Answers

Answered by pjgaikar06
7

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.

Answered by Vivienne0123
0

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