which of the following are benifits of using a state machine insted of a sequencial structure?
a) you can change the order of the sequence
b) you can repeat individual items in the sequence
c) you can set ccondition to determine when an item in the sequence should execute .
d) you can stop the program any point in the sequence
answer all of the above
abcd