Question: Given the following snippet of VBA code .... A = 6 B = 13 If A > B Then X = A + B
Given the following snippet of VBA code .... A = 6 B = 13 If A > B Then X = A + B ElseIf B > A Then X = B - A Else X = B End If What is the value of X when the code is executed?
Step by Step Solution
There are 3 Steps involved in it
When the given VBA code is executed with the values A 6 and B 13 the resu... View full answer
Get step-by-step solutions from verified subject matter experts
