The subroutine EXTRACT_SUB extracts characters from a given string.
For example, EXTRACT_SUB(3, 7, 'CHROMOSOME') would return 'OMOSO'.
A sequence analysis program makes the following variable assignments:
sample_a ← 'CYTOSINE'
sample_b ← 'NUCLEOTIDE'
sample_c ← 'POLYMERASE'
sample_d ← 'CHROMOSOME'
The variable result is assigned a value using the statement:
What is the value of result?
’LEOTI’\text{'LEOTI'}’LEOTI’
’EOTI’\text{'EOTI'}’EOTI’
’EOTID’\text{'EOTID'}’EOTID’
’OTIDE’\text{'OTIDE'}’OTIDE’