The subroutine PART extracts a portion of a given string.
For example, PART(3, 4, 'Photosynthesis') returns 'tosy'.
The variable result is assigned a value using the statement:
result ← PART(5, 5, payload_code)
Using the variables defined below, what is the value of result?
sensor_id ← 'TEMP_CORE_08'
payload_code ← 'APOLLO_11_LUNAR'
orbit_status ← 'STABLE_ORBIT_5'
telemetry ← 'ALT_120_VEL_7200'
’LO_11_’\text{'LO\_11\_'}’LO_11_’
’O_11_’\text{'O\_11\_'}’O_11_’
’LO_11’\text{'LO\_11'}’LO_11’
’O_11_L’\text{'O\_11\_L'}’O_11_L’