Mod & Sim Using Parallel Compu (CMPSC-4273-01) assignment. This professor is really strict about AI so please do it clear-fully.
PagePage numberof 10. Starting State: ◦ Increment input string’s index value ◦ If is operator, next state is 1 ◦ If is digit, next state is 2 ◦ If is space, next state is 4 ◦ If is end of string, next
PagePage numberof 10. Starting State:◦ Increment input string’s index value◦ If is operator, next state is 1◦ If is digit, next state is 2◦ If is space, next state is 4◦ If is end of string, next state is 5◦ If anything else, next state is 61. Found operator:◦ Pop