【解決方法】あなたはこれに答えなければなりません


Write a C++ program using Linked-Implementation of Stack to store information about students as follows;

STD_ID                                // To store Student’s ID

STD_Name                         // To store Student’s Name

English_Mark                     // To store Student’s points in English course

Math_Mark                        // To store Student’s points in Mathematics course

Arabic_Mark                      // To store Student’s points in Arabic course

AVG                                     // To store Student’s Average in these courses



In your program, you must generate a menu used while the user runs the program. The menu must show the following tasks:

1-     Add Student into Stack

2-     Remove Student from the Stack

3-     Update Student’s Info (i.e. STD_ID, STD_Name, English_Mark, Math_Mark , Arabic_Mark)

4-     Calculate the Avg for a specific student

5-     Calculate the AVG for All of Students

6-     Find the Student who has the maximum average

7-     Find the student who has the minimum average

8-     Find the Student who has the maximum points in English

9-     Find the Student who has the maximum points in Mathematics

10-  Find the Student who has the maximum points in Arabic

0 - Exit

私が試したこと:

以下のようなメニューを作成し、その上で操作を行います
あなたが行うすべてのステップを説明する

解決策 2

あなたは何も試しておらず、質問には(必要な)詳細が欠けています。
では、頑張ってね!

解決策 1

引用:

あなたはこれに答えなければなりません

いいえ – いいえ、私はしません。 あなたがやる。

私たちは立ち往生している人々を喜んで助けますが、それは私たちがあなたのためにすべてをするためにここにいるという意味ではありません! 私たちがすべての作業を行うことはできません。あなたはこれに対して報酬を受け取っているか、またはそれはあなたの成績の一部であり、私たちがあなたのためにすべてを行うことはまったく公平ではありません.

だから私たちはあなたが仕事をする必要があり、あなたが行き詰まったときにあなたを助けます. それは、あなたが提出できる段階的な解決策を提供するという意味ではありません!
現在の状況と、プロセスの次のステップを説明することから始めます。 次に、その次のステップを機能させるために何を試みたか、またその際に何が起こったかを教えてください。

開始するのに問題がある場合は、これが役立つ場合があります。 問題を解決するためのコードの書き方、初心者向けガイド[^]

コメント

タイトルとURLをコピーしました