(Choose 1 answer)
Which statement is correct in state machines?
A. It is possible to have more than one transition out of a state, with each transition caused by a different event
B. it is also possible for the same event to occur in different states and have the same effect
C. It is also possible for the same event to occur in a different state and have a different effect
D. All is true
E. All is false
E26