セクション 1. 章 7
single
Challenge: Student Grades Analyzer
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Build a C# program that analyzes student grades for a class using arrays and lists.
- Calculate the average grade using the
studentGradesarray. - Identify all students whose grades are above the calculated average and return their names as a list.
- Use the provided
studentNameslist andstudentGradesarray to process the data. - Return the computed average as a
doublefrom theCalculateAveragefunction. - Return a list of student names who have grades above the average from the
GetStudentsAboveAveragefunction.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください