Next, below the preceding line, you'll make a decimal array called salaries, naturally enough. So, enter the following:
decimal[] salaries = new decimal[] { 56789, 78888, 35555, 34533, 75000 };
This is how you can query a decimal array. This is a decimal array specifically, but it could be any array essentially. We throw in some values, and there you go.