Answer:
- join
- group
- descending
decimal[] loanAmounts = { 303m, 1000m, 85579m, 501.51m, 603m, 1200m, 400m, 22m};
IEnumerable<decimal> loanQuery =
IEnumerable<decimal> loanQuery =
- from
- where
- orderby
- ascending
- select