Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Top Scorers Finder | Sets and Collection Utilities
C# Lists & Collections
セクション 3.  5
single

single

bookChallenge: 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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt