Assume this:
\[\begin{array}{l}\text { int } a=2 ; \\\text { int } b=6 ; \\\text { float } x=8.0 f\end{array}\]
Evaluate each of the following expressions, using these guidelines:
As shown in Section $11.8,$ put each evaluation step on a separate line and use the $\Rightarrow$ symbol between steps.
Evaluate each expression independently of the other expressions; in other words, use the above assumed values for each expression evaluation.
: Expression evaluation problems can be tricky. We encourage you to check your work by running test code on a computer.
If there would be a compilation error, specify "compilation error."
$\begin{array}{llllll}\text { a) } a & + & 25 & / & (x+2)\end{array}$
b) $7+a *--b / 2$
$\mathbf{c}) a *--b \quad / 6$
d) $a+b++$
$\mathbf{e}) a-(b=4) 87$
f) $b=x=23$