Assignment
For this question use the automaton simulator shown in class, which is located at https://automatonsimulator.com/ to create NFAs to recognize the following languages.
Use the save button to save the text representation of the NFAs.
(a) The language specified by where the alphabet is Σ = {x, y, z}.
(b) The language specified by (aaa|bbb|ccc)* where the alphabet is Σ = {a, b, c}.
(c) The language of all strings over Σ = {0, 1} where the sum of the digits is divisible by 4 or by 5.