[solved] – Question 98325
Write a Prolog program that can answer
<S> → <A> a <B> b
<A> → <A> b | b
<B> → a <B> | a
Which of the following sentences are in the language generated by this grammar? a. baab
b. bbbab
c. bbaaaaa
d. bbaab.
Submit your code and screen shots of the results.
Expert Answer
OR

