Given 2 regular expressions below
(a) ([0−9])∗911([0−9])∗+([0−9])∗666([0−9])∗+([0−9])∗8888([0− 9])∗ (911,at least 4 consecutive 8, or 666)
(b) ([0 − 9])∗55([0 − 9])∗ + ([0 − 9])∗77([0 − 9])∗ + ([0 − 9])∗8([0 − 9])∗8([0 − 9])∗8([0 − 9])∗ (55, 77 or at least 3 8)
Build DFAs M1 M2 for (a) and (b) in JFLAP(okay if on paper might help)
Get Answers For Free
Most questions answered within 1 hours.