Multiple choice All variables must be declared at the beginning of a machine language program an assembly language program a BASIC program a PASCAL program Reveal answer Fill a bubble to check yourself D Correct answer Explanation Pascal is a strongly typed language that requires all variables to be declared in a specific declaration block before they are used in the program body. Machine and assembly languages do not have this high-level declaration requirement.