Computer Science, asked by AlvarinThongni, 3 months ago

explain the IF statement in detail

Answers

Answered by ronnit89
1

Answer:

An if statement is a programming conditional statement that, if proved true, performs a function or displays information. Below is a general example of an if statement, not specific to any particular programming language.In the example above, if the value of X were equal to any number less than 10, the program displays, "Hello John" when the script is run

Similar questions