Question: Create an algorithm that tells someone how to evaluate the following expression: 7 * 5 - 20 / 2 + 4 * 2. The / operator means division, and the * operator means multiplication. (As you may remember from your math courses, division and multiplication are performed before addition and subtraction.)