Dfa accepting all strings with odd number of 0's and odd number of 1's

3.4k Views Asked by At

The alphabets are Σ={0,1}

Want to design a DFA that accept all strings with odd number of 0's and odd number of 1's is it possible?