Create a valid expression using the grammar below
For the same expression above, list the nodes you will visit as you trace through the grammar provided by the digraph. For example, the expression s+b*c-d would produce the following VISIT-LIST: S, C, D, C, D, C, D, C