COBOL statements should start in a fresh line
-
True
-
False
-
can't say
-
none
B
Correct answer
Explanation
COBOL does NOT require statements to start on a fresh line. Multiple statements can be written on the same line, separated by appropriate delimiters or scope terminators. This flexibility is different from some modern languages where line breaks are syntactically significant.