Computer Science, asked by sonasonipaswan, 1 month ago

what is an if statement​

Answers

Answered by ashmitamanikandan6
3

Answer:

The IF statement is a decision-making statement that guides a program to make decisions based on specified criteria.

Explanation:

Hope this helps!

Answered by TheBestShruti
0

Answer:

Explanation:

In computer science, conditionals are programming language commands for handling decisions. Specifically, conditionals perform different computations or actions depending on whether a programmer-defined Boolean condition evaluates to true or false.

Similar questions