Complete the trace table for the algorithm shown in Figure 1 when the initial value of multiplier is 2.
Figure 1
sum ← 1
FOR count ← 1 TO 3
sum ← sum * multiplier
ENDFOR
You may not need to use all rows of the trace table.
| multiplier | count | sum |
|---|---|---|
| 2 | 1 | |