Question
Consider the following statements about the context-free grammar
G = {S→ SS, S → ab, S → ba, S→ ϵ }
1. G is a ambiguous.
2. G produces all strings with equal number of a's and b's.
3. G can be accepted by a deterministic PDA
Which combination below expresses all the true statements about G?