ScoreBoard

This Project has 4 functions

You can select one of three option in the main function

  1. Show

  2. Add

  3. Delete

If your enter number is not between 1-3, you see the message "The Number is Out of Range"

Show function: Present Name Player and Scores in ScoreBoard.csv file

Add function: Add Player with Score ==> If there are not ScoreBoard.csv file: First create the ScoreBoard.csv then add the Player and Score

                                ==> If the Player exists in ScoreBoard: Update the user's Score

Delete function: If the Player exists in ScoreBoard: Delete the Player with Score

             If the Player does not exist in ScoreBoard: present "This Player does not exist in ScoreBoard"

In ScoreBoard.csv file sorts as Higher Scores