Multiple choice technology mainframe

The ----- statement is used to specify input and output parameter settings.

  1. INPUT

  2. FORMAT

  3. IO

  4. DEFINE

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

The FORMAT statement in Natural programming language is used to define how input and output parameters should be displayed and processed. It controls the formatting of data fields, such as number of decimal places, date formats, and string handling. The INPUT statement is for user interaction, IO is not a valid statement, and DEFINE is for variable declarations.