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