Draw an FSM for the L(r) where r = (ca*b + db*a)d + dc over the alphabet {a, b, c, d}
Indicate the Start State and the Final State(s).
Provide two examples of strings that are accepted by the FSM and write the transition sequences to validate.
Provide two examples of strings that are not accepted by the FSM and write the transition sequences to validate.