write(6,*) 'Enter Fahrenheit ' read(5,*) XFAHR XCENT = (XFAHR - 32) * 5 / 9 write(6,*) 'Celsius is ', XCENT stop end
a programming language; more precisely, a family of such languages that evolved from the original version developed in 1957 in the USA under the supervision of J. W. Backus. The name derives from “formula translation,” referring to the translation of programs written in FORTRAN into machine language. FORTRAN contains statements for assignment, conditions, cyclic operation, subroutines, storage allocation, and real and complex variables, which may have logical, integer, real, or complex values; it also includes highly developed statements for input-output. FORTRAN is the most widely used programming language for scientific and engineering calculations. The language’s specifications are fixed in several national and international standards.