Ask Question
28 November, 15:09

What is y after the following statement is executed? x = 0; y = (x > 0) ? 10 : - 10; ?

+1
Answers (1)
  1. 28 November, 15:18
    0
    Ahh, i can see youre doing some programming. In C + + this output is - 10

    So - 10
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is y after the following statement is executed? x = 0; y = (x > 0) ? 10 : - 10; ? ...” in 📗 Mathematics 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