logo CodeStepByStep logo

variableMystery3

Language/Type: JavaScript expressions variable mystery
Author: Melissa Hovik (on 2016/09/25)

What are the values of the variables x and y after the following code executes?

let x = 3;
let y = 12;
x = x + 2;
y = x * 3;
x = 2.5 * y;
x
y

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.