Multiple choice technology programming languages PROGRAM HELLO WRITE(,) 'Hello World' END PROGRAM ALGOL FORTRAN COBRA 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.