Run your solution to Exercise 7 through any LL(1) parser generator to verify that it is actually LL(1). How do you know that your solution generates the same language as the original grammar?
Exercise 7
Transform the following grammar into LL(1) form, using the techniques presented in Section 5.5.