Ask Question
23 October, 22:05

When do we use an if - statement

+4
Answers (2)
  1. 23 October, 22:48
    0
    You'd use an if statement if something happens. What I mean is that {If this happens} Then that happens but if the if doesnt happen then the then doesnt happen
  2. 24 October, 00:11
    0
    The if statement is used to check a condition and if the condition is true, we run a block of statements (called the if-block), else we process another block of statements (called the else-block). The else clause is optional.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “When do we use an if - statement ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers