Expressions

Category: Expressions
Author: Marty Stepp and Ruth Anderson
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) 6 * 2 + 8 / 2 * 3
2) 3 * 6 * 2.0 / 5 + 3 / 4
3) 25 % (9 - 5) - 33 % 9 % 4
4) 5 + 2 * 3 + "6" + 15 + 2 + "(1 + 1)"
5) 1000 / 5 / (30 / 7) / 8.0 + 10 / 4.0