Program: Create a program in any language that simulates a DFA that will accept a string 011(representation of 3 in binary) and reject everything else.
Create an input file that contains 0 to 10 in binary and some random names. Input the file in the program.
Can you implement a program that simulates the DFA? Can you give the answer ASAP?