002. Intrinsic data types#

topic: Data types

Fortran has 5 intrinsic data types: integer, real, complex, logical, and character. The types have various kinds that determine the range of data they can represent.