Ask Question

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;

+3
Answers (1)
  1. 9 November, 04:04
    0
    correct me if I'm wrong, but i think it's 10
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 * ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers