Multiple choice technology programming languages

Which statement indicates the beginning of a subroutine

  1. BEGIN SUBROUTINE

  2. SUBROUTINE

  3. SUBROUTINE BEGIN

  4. START SUBROUTINE

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

SUBROUTINE is the statement that begins a subroutine definition in Model 204. You specify SUBROUTINE followed by the subroutine name to start the block.