GxthGrl7033 GxthGrl7033 11-02-2020 Computers and Technology contestada What is the value of the variable named result after the following code executes? var X = 5; var Y = 3; var Z = 2; var result = X + Y / Z * X;