Computer Science, asked by faridulalamsohel, 1 month ago

Write a program to recognize strings under 'a*b+'

Answers

Answered by ds7249531
1

Answer:

LOGIC: By using transition diagram we verify input of the state. If the state recognize the given pattern rule. Then print string is accepted under a*/ a*b+/ abb. Else print string not accepted.

mark as Brainsiest

Similar questions