Ask Question
1 September, 23:36

What is the meaning of {x} + {y}

+2
Answers (2)
  1. 2 September, 00:39
    0
    Are you talking about modulus functions?

    Such as |x|?
  2. 2 September, 01:10
    0
    List list = new List { 2, 5, 7, 10 }; int number = 9; int closest = list. Aggregate ((x, y) = > Math. Abs (x-number) < Math. Abs (y-number) ? x : y);
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the meaning of {x} + {y} ...” 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