logo Practice-It logo

expressions

Language/Type: Java expressions mod
Author: Roy McElmurry (on 2010/12/28)

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).

3 * (5 - 2) - 3 - 2 * 2
4 * 7 % 8 + 132 % 10 + 3 % 4
27 / 5 / 2 + 3.4 * 2 - 1.1 * 2
9 + 9 + "9 + 9" + 9 + 9
19 / 2 / 2.0 + 2.5 * 6 / 2 + 0.5 * 4

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.