Hello there,
I want to write a program for a specific finite automata, e.g., for the RegExp = (a+b)*b. The program should ask for a string input and tell whether the string is VALID or INVALID.

Kindly provide me with the guidelines only, I want write the program myself. Thanks