The languages are not case sensitive in most implementations. However, Fortran versions from F77 forward allow the use of lower-case letters in statements; the compiler simply translates them all to upper-case before processing.
Case sensitivity is a contentious item among programmers. Typing in mixed, INsensitive case is a lot more readable, but programming with case sensitivity can be a recipe for disaster. For example, it's a lot easier to read a name called SetOutputStage than SETOUTPUTSTAGE or setoutputstage. But if the compiler is case sensitive, all it takes is one fumblefingered letter to create 2 variables - e.g. SetOutputStage and SetOutputstage, which are virtually indistinguishable to the eye!
FORTRAN is a third generation language.Note: I don't know what these generations are, but I'm quite sure that Fortran is one of the oldest high-level programming languages, as are Cobol and Algol.
fortran language,basic language,cobol language.
COBOL, FORTRAN, BASIC, C and C++.
Fortran (Foltran is a misspelling)
The Fortran and COBOL programming languages have both been around for a long time. Fortran was released around 1957, while COBOL followed a couple years later. Fortran has historically been mostly used for numerical and scientific calculations, while COBOL is primarily used by businesses.
From oldest to newest: FORTRAN, COBOL, BASIC, and C++
fortran, algol, cobol, pl/i, for example
Assembly language Fortran LISP COBOL ALGOL
Examples: Algol, Cobol, Fortran, PL/I, Basic
Programming languages such as COBOL and FORTRAN are examples of procedure languages.
FORTRAN is a third generation language.Note: I don't know what these generations are, but I'm quite sure that Fortran is one of the oldest high-level programming languages, as are Cobol and Algol.
fortran language,basic language,cobol language.
COBOL, FORTRAN, BASIC, C and C++.
Fortran (Foltran is a misspelling)
Machine Code, Assembler, & High Level (FORTRAN, COBOL, C).
Fortran and Cobol are two old and successful languages.
COBOL stands for Common Business Oriented Language and, as the name implies, is best applied in business and accounting type projects. FORTRAN is primarily for scientific/engineering/mathematical problems. The name comes from 'Formula Translator.' The FORTRAN that I worked with some 50 yrs ago in no way resembles the FORTRAN of today ... it evolves I've been told that 500 yrs from now, engineers will still be using something called FORTRAN though it had evolved even more through time.