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 —————————————————————————
[Fortran Tuto 3] Simple Math and Real Variables
In this tutorial, I will teach you how to use real variables to do simple math operations. I will talk about: – How to declare real and integer variable – What happens when you divide a real by an integer – How to solve such problems Enjoy ;-) –Cyprien ——————————————————————–
[Fortran Tuto 2] Basics about variables
This tutorial sets the basics you need to have to write Fortran programs. In this tutorial, I will teach you: – How to declare a character variable – How to ask the user to enter a value – How to get this value and print it back to the screen Enjoy ;-) -Cyprien ————————