answersLogoWhite

0

The difference is mainly in the way a compound condition is set out. A nested IF can be rewritten in terms of IFAND, and conversely.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the difference between a numbered list and an outlined numbered list in a Microsoft word document?

A numbered list has only one level. An outline list has multiple nested levels to support outlining.


What is the difference between a numbered list and an outline numbered list in a Microsoft Word document.?

A numbered list has only one level. An outline list has multiple nested levels to support outlining.


What is the difference between local class and nested class?

The main difference between a local class and a nested class is, local class can be used for once of a perticular part where as nested class can be used used anywhere through out the program. You may get clear information regarding Interview Questions at http://www.bigvacancies.com/java-interview-questions/


What is nested tables in oracle9i?

multi-column nested table where customers can have multiple addresses


Difference between nested and distributed transaction?

·A nested transaction is a transaction that is logically decomposed into a hierarchy of sub transaction. A distributed transaction is logically a flat, indivisible transaction that operates on distributed data.


What is an included IF function in which the action to be taken for the true or false case includes yet another IF function?

You insert the second IF function into the first one, creating what is called a nested If. Another IF can be put in the True or False part of an existing IF function. In as situation where there is a need for another IF when the first condition is true, the structure could then be something like this:=IF(condition, IF(condition, true, false), false))Note there are two brackets at the end, closing the two IF functions.


Is there any difference between programming structures and having a structured program?

In a structured program, any structure can be nested within another structure.


What is the difference between n-- and --n in C plus plus statement?

If these expressions are stand-alone (not nested), then they do the same thing, ie increment 'n'.


Syntax of nested if in c?

If(condition) { if-else statement; } else { if-else statement; }


What are nested buffers?

Nested buffers refer to a situation where a system has multiple levels of buffers or storage spaces within each other. This can create a hierarchy of buffers, with data passing through multiple stages of buffering before being processed. Nested buffers are commonly used in computing systems to help manage data flow and optimize performance.


What is an 'embedded if' statement?

nested if statements. Example: If condition is right then if condition is even better then ... else ... end if else if condition is worse then ... else ... end if end if


Which function is one in which the action to be taken for the true or false case includes yet another if functoin?

A function that includes another if function within its true or false case is often referred to as a nested if function. This allows for more complex decision-making by evaluating multiple conditions. For example, in programming or spreadsheet applications, a nested if can determine outcomes based on multiple criteria by executing additional logic based on the initial condition's result.