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

    Conditional average from a text file.

    Thank you so much, everyone! I'm looking forward to learning more about Fortran.
  2. rbubba117

    Conditional average from a text file.

    Thanks for the help so far! Here's the data from the text file: 111223333 50000 222334444 32000 555998888 45000 With some research on the fly, I've been able to come up with the following block of code: program AvgSalCheck implicit none character(30) :: SalFile character :: EmpID real :: line...
  3. rbubba117

    Conditional average from a text file.

    I'm a Fortran newbie and would appreciate some advice with a task I've been wanting to try. I need to create a simple Fortran program that calculates the average salary of individuals who make over $40,000. The individual's ID (column position: 7-12) is in one column and their salary (column...

Part and Inventory Search

Back
Top