This video looks at if-else and if else if statements in Fortran. Source code is available at https://github.com/danhperry/Fortran-examples
Tag: Fortran
Temperature conversion with If
Temperature conversion with if statements. Source code is available at https://github.com/danhperry/Fortran-examples
Introduction to Logic in fortran
This video introduces logic in Fortran and the if statement.. Source code is available at https://github.com/danhperry/Fortran-examples
Fortran Distance Converter Program (Beginner Tutorial)
In this video, we walk through a simple Fortran program that converts distances based on user input. If you’re new to Fortran or just want to see how it handles basic input, calculations, and output, this is a great place to start!
🚀 What you’ll learn:
- How to take user input in Fortran
- Converting between units like kilometers, miles, and meters
- Writing and structuring a basic Fortran program
- Performing calculations and displaying results
- Understanding fundamental programming concepts in a classic language
This tutorial is perfect for beginners exploring Fortran or anyone curious about how older programming languages handle everyday tasks.
Data Input in Fortran
This video introduces inputting data from the keyboard in Fortran. Source code is available at https://github.com/danhperry/Fortran-examples
Fortran Printing
This video describes printing in Fortran. Source code is available at https://github.com/danhperry/Fortran-examples
Fortran Datatypes
This video discusses Fortran datatypes, variable names and comments.
Introduction to Fortran Programming
This is an introduction to Fortran programming

