Computer Science, asked by parihvaghela, 21 days ago

Explain the if statements and the concept of nested ifs.​

Answers

Answered by jssygregory
0

Answer:

One IF function has one test and two possible outcomes, TRUE or FALSE. Nested IF functions, meaning one IF function inside of another, allows you to test multiple criteria and increases the number of possible outcomes.

Similar questions