This is a beta version of Practice-It. Give us feedback

logo Practice-It logo

expressions

Language/Type: Java expressions mod
Author: Roy McElmurry (on 2018/05/01)

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 * (7 + 1) - 3 - 7 + 2
9 % 5 + 20 % 5 + 20 % 3
2.3 * 2.0 + 1.5 * 10 / 3
1 + 2 + "3 + 4" + 5 + 6 / 4
5 % 2 + 10 / 5 / 2 + 4.2

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.