Lösungsvorschlag: Soccer Manager

...
 
    /**
     * enter the rating for the players
     */
    private void ratePlayers() {
 
        int shirtNo;
        double rating;
        double totalRating;
        int countRating;
        ...
    }
...

© Marcel Suter