セクション 3. 章 5
single
Challenge: Top Scorers Finder
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Build a C# program that identifies the top 3 scorers from a list of player names and scores using LINQ. You have two lists: one with player names and the other with their corresponding scores. Your goal is to return the names of the top 3 players with the highest scores.
- Combine each player's name with their score.
- Sort the combined data by score in descending order.
- Select the names of the top 3 players.
- Return the list of top scorer names.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください