I'm looking at an exam question which says
'Explain how a correctly formed arithmetic expression over variables a, b, c that contains additions, multiplication and brackets can be recognised by a DFA with a counter. (Such a DFA can increment and decrement the counter on each transition as well as test it for zero).'
I'm not quite sure I understand what it's actually asking. If someone could provide a hint that would be greatly appreciated. (i.e. what the multiplication of a and b would be for example)