Question
Correct
Mark
1.00
out
of
1.00
¥
Flag
question
Consider
the
following
grammar,
which
of
the
following
is
a
non-terminal
symbol?
statement:
whileStatement
ifstatement
|
'{'
statementSeguence
'}'
whileStatement:
'while'
'('expression
')'
statement
ifStatement:
'if'
'('
expression
')'
statement
statementSequence:
|
statement
';
statementSeguence
sxpression:
Select one:
a.
(
b.
if
c.
while
o
statement
v