Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Якому виразу відповідає задане дерево граматичного розбору?
= / \ x / / \ * d / \ + + / \ / \ a b c 10
x = (a + b) * (c + 10 ) / d
x = (a + b) * c + 10 / d
x = a + b * c + 10 / d
x = a + (b * c + 10 ) / d
x = ((a + b) * c + 10) / d
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!