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) 17/3 + 55 % 20/2
2) 19.0/2 + 2 * 2.25
3) 2 + 2 + "." + 2 + 2 + 4 * 5
4) 73/10 * 4/3/2.0 * 3
5) 15/2 * (1.5 + 2.5) + 98 % 5/2