Question: TASK= Given the following grammer: -> -> Mr. | Mrs. | Miss. | Dr. | Ms. -> | -> -> A | B | C
TASK= Given the following grammer: -> -> Mr. | Mrs. | Miss. | Dr. | Ms. -> | -> -> A | B | C | D| E |F|G|H|||J|K|L|M| N |0|P|Q|R|S | T|U|V|W|X | Y | Z -> a | b |c|d| e |f|g|h|i|j|k|||m|n|olplqr|s|t|u|v|w|x|y| z| Show the derivation and parse tree for the input string "Dr. King James".
Show the derivation and parse tree for the input string Dr. King James.
