0 / 60 seg.

What is the value of z after executing the following code?

let x = 7;
let y = 2;
let z = x % y + x;