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 derfloh 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: *

  • Users: frtran90
  • Content: Threads
  • Order by date
  1. frtran90

    Class Project

    Hey guys. I've been assigned this project for my intro to fortran90 class and I have no idea where to begin. Could someone give me a sample code for it? The following data represents discrete values of a function for which an explicit formula is not known: 1.123400 167.5600...
  2. frtran90

    Truncated Infinite Series

    trying to write a program that will do a truncated infinite series to calculate the sin of x. I need the do loop to end when the term is within the user input for accuracy. anybody know how i can finish it? i've got this so far. Program sinx Implicit none !declare variables real::x, sum...
  3. frtran90

    Counting letters in a given sentence

    I'm trying to create a program that assigns a sentence to a given character variable, prompts the user to input a letter, and then outputs how many times that letter is in the assigned sentence. I'm trying to do this with a simple do loop.. completely stuck. could anyone show me a code that...

Part and Inventory Search

Back
Top