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 ——————————————————————
Simple Fortran Video Tutorials
In those tutorials, I'll introduce you to the most basic things you should know about FORTRAN:
- How to write a quick Hello World Script
- How to compile it
- How to use variables and define functions
- and much more...
[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 ————————
[Fortran Tuto 1] Hello World !
In this tutorial, I’ll introduce you to the most basic things you should know about FORTRAN: – How to write a quick Hello World Script – How to compile it – How to launch it ;-) All the tutorials will be on Ubuntu 16.04 that you can download and install freely on a second partition or […]