Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 6berry

    Fortran 95 Programming help

    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
  2. 6berry

    Fortran 95 Programming help

    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...
  3. 6berry

    Fortran 95 Programming help

    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...

Part and Inventory Search

Back
Top