Tag: Decision Table
Decision Table Example 2
Decision table for determining the days in a month
M1 = {x: x is a 30-day month}
M2 = {x: x is a 31-day month}
M3 = {x: x is February}
M1 = {x: x is a 30-day month}
M2 = {x: x is a 31-day month}
M3 = {x: x is February}