...

/

Exercise: Mutable Integers

Exercise: Mutable Integers

In this exercise, we will mutate the values of two integers.

We'll cover the following...

Problem Statement

In this problem, you have to update the value of two mutable integers, x and y. The value of x will be ...