/score-system-cpp

Score System 成績管理系統

Primary LanguageC++Apache License 2.0Apache-2.0

scoreSystem

∥                                                                           ∥
∥                                                                           ∥
∥===========================================================================∥
∥                                                                           ∥
∥                                                                           ∥
∥                        Basic Results System                               ∥
∥                                                                           ∥
∥                                                                           ∥
∥===========================================================================∥
∥                                                                           ∥
∥                                                                           ∥
∥               Menu | Set number of student      ... [1] |                 ∥
∥                    | Set number of subject      ... [2] |                 ∥
∥                    | Set name of subject        ... [3] |                 ∥
∥                    |                                    |                 ∥
∥                    | Input score                ... [4] |                 ∥
∥                    | Show result                ... [5] |                 ∥
∥                    |                                    |                 ∥
∥                    | Exit system                ... [6] |                 ∥
∥                                                                           ∥
∥                                                                           ∥
...............................................................................

Select the number of menu:
∥                                                                           ∥
∥                                                                           ∥
...............................................................................

Select the number of menu: 4

        |
        | The number of student is 2.
        |

Name: Alice

        | English score: 94
        | Math score: 82

∥===========================================================================∥

Name: Bob

        | English score: 76
        | Math score: 96

∥===========================================================================∥


Do you want print the result? Choose (Y/N) y

...............................................................................
∥===========================================================================∥
∥                                                                           ∥

      Name English    Math   Total    Avg.    Rank
     Alice      94      82     176      88       1
       Bob      76      96     172      86       2

∥                                                                           ∥
∥===========================================================================∥
...............................................................................


Press any key to continue . . .