Quote (lopelurag @ Mar 6 2013 11:14pm)
Can someone explain how to get to these answers? I'm confused on what some of the expressions are trying to evaluate.
Thanks, answers are to the right of each sub-problem.
Can someone explain how they got to the answers? Like their logical process?
http://i.imgur.com/SqYcuN0.png
you can start by running the code and running them in pieces.
eg: instead of *(p-2)-b, run:
p-2
*(p-2)
*(p-2)-b
and see the logic yourself