Ask Question
29 December, 00:46

You need to test a condition and then execute one set of statements if the condition is true. If the condition is false, you need to execute a different set of statements. What structure will you use? (Write out a sample code)

+5
Answers (1)
  1. 29 December, 04:24
    0
    if/else is probably the most simple structure to use. It takes a lot of manually entering strings and what not though. Not sure if this is what you're wondering.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “You need to test a condition and then execute one set of statements if the condition is true. If the condition is false, you need to ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers