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