Multiple choice technology programming languages

Sentences and statements must start on a new line.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In COBOL, sentences and statements do NOT require starting on a new line. Multiple statements can appear on the same line, separated by periods or spaces. The compiler ignores whitespace, so code formatting is flexible. Only sentence boundaries (periods) are syntactically significant.