State Exercise
- Let's have a three state machine 0,1,2 with 0 being the start state
and 2 being a final state.
- The alphabet is a,b,c.
- There is an arc from 0 to itself on a; an arc from 0 to 1 on b;
an arc from 1 to 2 on c and an arc from 2 to itself on b.
- What language does this FSA generate?