The following equation is a valid example of nested IF functions. =IF(C10="breakfast", breakfastPrice, IF(C10="lunch", lunchPrice, IF(C10="dinner", dinnerPrice, 0))) Note: "breakfastPrice", "lunchPrice", and "dinnerPrice" are names of cells that contain numerical data
a) true
b) false

Respuesta :

Answer:

True

Step-by-step explanation:

This is an if statement, if we check the nested statements they are withinn one parent if (By writting down on a piece of paper and expanding).