The following poorly written VI contains a race condition. What are the possible value(s) of Numeric Value In following exection of the VI?
a) Numeric Value In = (Numeric Value In x 7) + 2
b) Numeric Value In = (Numeric Value In + 2) x 7
c) Numeric Value In = Numeric Value In x 7
d) Numeric Value In = Numeric Value In + 2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.