When IMPLICIT NONE is used at the start of a program all variable names beginning with I, J, K, L, M, N are assumed to be INTEGER. Is this true or false? False. IMPLICIT NONE forces all variables to be declared in type statements.