8.6 Translate the following expressions into postfix notation:
1. x + y ∗ z
2. (x + y) ∗ z
3. x − y − z ∗ (a + b)
4. (a +
b) ∗ c − (d + e ∗ f/((g/h + i − j) ∗ k))/ r
Test your answers by running the InfixToPostfix project in Lab 15.
 
 
View Solution
 
 
 
<< Back Next >>