Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. 2 * 3 + 4 * 5
  2.  
  3. ((2 * 3) + 4) * 5 = 50
  4.  
  5. (2 * 3) + (4 * 5) = 26
  6.  
  7. (foo (a, (b + c) * ((d ? e) - (f * h)), (j * k)) - g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement