Expressions

Category: Expressions
Author: Stuart Reges
Book Chapter: 2.1
Problem: Expressions
For each expression in the left-hand column, indicate its value in the right-hand column.  Be sure to list a constant of appropriate type (e.g., 7.0 rather than 7 for a double, Strings in quotes).
1) 13 + 2 * 5/3
2) 2.5 * 4 * 3/12 + 1.5
3) 85 % 10 + 4 % 10 - 17 % 3
4) 2 + 3 + "." + (3 + 4) + 2 * 3
5) 482 / 10 / 5 / 2.0 * 2 + 14/5