Ask Question
31 May, 16:37

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

+1
Answers (1)
  1. I
    31 May, 19:07
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers
Sign In
Ask Question