program circle implicit none ! To find the area of a circle !We use the formular (pi * radius**2) r…
Read More»program triangle implicit none ! To find the area of a triangle !We use the formular 1/2base*height…
Read More»program sector implicit none ! To find the area of a sector !We use the formular (sector angle / 36…
Read More»Fortran is the dominant programming language used in scientific applications. It is therefore impor…
Read More»Fortran is a general purpose programming language, mainly intended for mathematical computations in…
Read More»program display_name implicit none character (len = 20) :: a write (*,*)'what is your name?'…
Read More»The fortran code below add numbers you insert in the source code and perform addition operation to …
Read More»The fortran code below add different number you insert and perform addition operation to give outpu…
Read More»
Follow us on Social Media