i have been working on it but im not able to figure it out. if you could just give me an idea of what i can change to or how to change it to work i woyuld appreciate it a lot
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...
Hi, I'm new here and I need some help with programming in Fortran 95. This is what I need to do but im not sure how to do it
Write an application that tracks scoring statistics for a basketball team of 15 players. The team plays a total of 10 games. The application must read the basketball...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.