kaileymarie5654 kaileymarie5654 02-06-2023 Engineering contestada .What is the value of the constant named result after the following code executes? const X = 6; const Y = 4; const Z = 2; const result = ( X + Y ) / Z * X; a. 48 b. 6.333... c. 30 d. 18