Computer Science, asked by joeltjenny875, 1 year ago

What is difference between nested if and multiple if

Answers

Answered by aranya10
4
A nested if means an if statement within another if statement. But for a multiple if statement it is not necessary for it to be present inside another if statement. In other words it can be said that all nested if statements are multiple if statements but multiple if statements are not all nested ifs
Similar questions