Computer Science, asked by Nathersha, 2 months ago

What is an if statement? write its syntax

Answers

Answered by ranv3500
0

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

THANKS

MARK ME BRAINLIEST

Attachments:
Similar questions