Computer Science, asked by Kogami9973, 1 year ago

Explain Decision Tree and Decision Table with suitable example .

Answers

Answered by Anonymous
0

Decision tables are a concise visual representation for specifying which actions to perform depending on given conditions.

The information expressed in decision tables could also be represented as decision trees or in a programming language as a series of if-then-else and switch-case statements.

Similar questions