Multiple choice technology programming languages

PROGRAM HELLO WRITE(,) 'Hello World' END PROGRAM

  1. ALGOL

  2. FORTRAN

  3. COBRA

  4. IDL

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

WRITE(,) is the FORTRAN syntax for output to standard output. ALGOL uses different structure, COBRA is not a standard language name (likely COBOL), and IDL has different syntax.