According to the textbook with regard to state machines Meal
According to the textbook, with regard to state machines, “…Mealy machine outputs are susceptible to asynchronous output changes…” In your own words, explain why this is a potential problem and a possible solution.
Solution
In The Mealy machine the output depends on the state of the machine and the input to the machine.So every time the input changes the output changes asynchronously.

