.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

Respuesta :

Otras preguntas

Q&A Education