A certain sequential logic circuit accepts a new 2-bit number (AB) as its input during each cycle. Assume A is the MSB and B is the LSB. The circuit produces an output of 1 if and only if the sum of the current 2-bit input and the previous 2-bit input is equal to 6. Design the circuit using as few D flip flops as possible. Draw the state diagram and the circuit.