An automated system monitoring network health runs a script containing the assignment statements shown below:
prefix ← 'service '
suffix ← ' down'
Select the option that shows the exact value of the variable result after the following concatenation operation is executed:
’service down’\texttt{'service\ down'}’service down’
’servicedown’\texttt{'servicedown'}’servicedown’
’service down’\texttt{'service\ \ \ down'}’service down’
’service down’\texttt{'service\ \ down'}’service down’