Problem: Create a Right Regular Grammar for identifiers that contain only letters and digits
a) Where the identifier must have at least one letter, but it need not be the first character.
b) Where the identifier must have at least one letter and there must be at least one digit before the leftmost letter.