In this tutorial, I will teach you how to work with arrays of several dimensions I will talk about: – How to declare an array – How to assign variables to the components of the array – How to write arrays which can be expended to register more data – How to print out arrays […]
[Fortran Tuto 8] Handling Precision
In this tutorial, I will teach you how to use handle precision in your fortran programs. I will talk about: – What happens when you use a simple “real” variable – How to set up the precision of a variable —————————————————————————————–
[Fortran Tuto 7] Data Tables
In this tutorial, I will teach you how to create a simple program in Fortran which writes a table of data to a file I will talk about: – How to make a simple calculation – How to print it out to a file – How to use a do loop to print data as […]
[ Fortran Tuto 6] Opening and Writing Text Files
In this tutorial, I will teach you how work with text files! I will talk about: – How to read the content of a text file – How to write inside a text file Enjoy ;-) -Cyprien ————————————————————————————————————-
[Fortran Tuto 5] Do Loops
In this tutorial, I will teach you how to create do loops to repeat an instruction We will learn: – How to write do loops – How to repeat the same instruction Enjoy ;-) -Cyprien ——————————————————————
[Fortran Tuto 4] If endif statement
In this video, we will study: 1- How to handle a choice with an “if statement” 2- How to ask the user to enter a value and make a choice 3- How to write shorter if statements —————————————————————————
- « Previous Page
- 1
- …
- 16
- 17
- 18
- 19
- 20
- …
- 37
- Next Page »