Ask Question
31 January, 10:39

Define some everyday if else statements you use to determine action. What are the branches of your statement?

+4
Answers (1)
  1. 31 January, 11:38
    0
    if (more than three hours left)

    {

    study web-development;

    }

    else

    {

    practice coding;

    }

    I have taken an real life example and present it as if-else statements.

    If I have more than 3 hours free in a day. Then I should study web-development.

    If i don't have more than 3 hours free in a day then I should practice coding.

    Branches are the statements within the {} curly braces. In our case these are:-

    study web-development;

    practice coding;
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Define some everyday if else statements you use to determine action. What are the branches of your 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