Ask Question
21 September, 02:45

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

+1
Answers (1)
  1. 21 September, 05:10
    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?
Get an answer to your question ✅ “What is y after the following statement is executed? x = 0; y = (x > 0) ? 10 : - 10; ? ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers