What is the value of the result variable in the given pseudocode?
a = 5
b = 8
a = a + b
b = a - b
a = a - b
result = aWhat is the value of the result variable in the given pseudocode?
a = 5
b = 8
a = a + b
b = a - b
a = a - b
result = aCreate a free account to access the full topic