Ask Question
22 November, 19:52

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

+4
Answers (2)
  1. 22 November, 20:13
    0
    Are you talking about modulus functions?

    Such as |x|?
  2. 22 November, 20:15
    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 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