logo Practice-It logo

expressions2

Language/Type: JavaScript expressions
Author: Melissa Medsker-Galloway (on 2016/11/18)

Trace the evaluation of the following expressions, and give their resulting values. Make sure to give a value of the appropriate type (such as including a .0 at the end of a double).

2 + 3 * 4 - 6
14 / 7 * 2 + 30 / 5 + 1
26 % 12 % 4 - 3
(238 - 13) / 25.0 - 10
2 + 19 % 5 - (11 * (5 / 2))
26 % 10 % 4 * 3
37 % 20 % 3 * 4
177 % 100 % 10 / 2
390 / 10 % 10 / 2
21 % 24 % 2 * 4
17 % 15 % 100 / 2
39 - 10 * 10 / 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.