Develop a logic circuit whose output is high when the input has had three consecutive ones to the input. Overlapping threes are allowed. (e.g., x=011110110 then the output z=000110000 assuming starting state was 0).
Develop astate diagram and table for the circuit.
Develop a logic circuit toimplement this circuit.