Here is what I have of the program so far:
PROGRAM Project4
USE bballstatsmodule
IMPLICIT NONE
REAL, DIMENSION (10:15) :: a
INTEGER :: ioerror, k, j
REAL :: sum
INTEGER :: nbplayer, nbgame, nbentry
INTEGER :: player, game, points
nbplayer=15
nbgame=10
nbentry = nbplayer...