Design a dfa which accepts set of all strings that begins with 00 and end with 11.
Answers
Answered by
1
Explanation:
x = True
y = False
z = False
if x or y and z :
print “yes”
else:
print “no
Similar questions