In a data analysis exercise, a researcher is evaluating the performance of several algorithms. Each algorithm's performance is rated by an integer score. Let the scores of the algorithms be represented as follows:
- Algorithm A: 8
- Algorithm B: -2
- Algorithm C: 4
- Algorithm D: -5
To analyze the relative performance, the researcher computes the following statistic: the sum of all scores, followed by multiplying this sum by the score of Algorithm B. What is the final result of this computation?