Discussion:
Use C++ to implement the state diagram.
Q: Design a state diagram to recognize one form of the comments of the C-based programming languages, those that begin with /* and end with */.
Write and test the code to implement the state diagram of above