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

Respuesta :

Answer:

i m pretty sure its a, or 48

Explanation:

first=2

second=3

third= 2 x 3, so 6

second= 6-2, so 4

first= 2 +4 +6, so 12

third = 4 x 12, so 48

so a

Answer: A-48

Explanation: I just know because I have a 135% in my AP computer Science Class.