volume_mute
Fortran implicit declaration
publish date: 2022/09/01 23:55:00 GMT+10
volume_muteAn identifier that appears in a program that is not explicitly declared is implicitly declared according to the following convention: If the identifier begins with one of the letters I, J, K, L, M, or N, or their lowercase versions, it is implicitly declared to be Integer
type; otherwise, it is implicitly declared to be Real
type.
Correct Answer
True
Reference
Concepts of Programming languages, 10th ed