ASAP PLEASE HELP What would be the final value of the variable third once the following program is complete?

first<--2
second<--3
third<--first*second
second<-- third - first
first<---- first+ second+third
third<-- second*first

a- 48
b-33
c-6
d-36