Consider the grammar defined by the following production
P → Q | P * Q
Q → R + Q | R
R → T – R | T
T → id
where * is multiplication, + is addition and – is subtraction operation.
The output of the given expression 9 * 5 * 11 – 10 – 8 + 3 is _____.Enter numerical value using the virtual keypad. Round off where necessary.