Multiple choice

Structured programming is enforced in

  1. PASCAL

  2. BASIC

  3. FORTRAN

  4. Both (1) & (3)

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

Pascal was designed to encourage good programming practices, such as structured programming, by enforcing strict data typing and block structures. BASIC and early FORTRAN were historically less structured, though modern versions have evolved.