Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Якому виразу відповідає задане дерево граматичного розбору?
= / \ x + / \ * / / \ / \ + c 10 d / \ a b
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!