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 + 3 * 8 - 2
109 % 100 / 2 + 3 * 3 / 2.0
1 - 3 / 6 * 2.0 + 14 / 5
1 + "x" + 11 / 10 + " is" + 10 / 2
10 % 8 * 10 % 8 * 10 % 8

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.