Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Eliminate the dead code and identify the qnswer
x = a + b;y = x * 2;x = a - b;print(y);
y = x*2; can be removed
y = x*2;
x = a + b; can be removed
x = a + b;
x = a - b; can be removed
x = a - b;
None of the code can be removed
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!