Review the following exhibit:
Based on the exhibit, what is the result of the Write Line in the sequence?
Review the following exhibit:
Based on the exhibit, what is the result of the Write Line in the sequence?
In the given sequence, a dictionary is created with keys of type String and values of type Object. Initially, the key 'a' is assigned the value 123. Then, key 'b' is assigned the value 'Hello'. Later on, the value associated with key 'a' is updated to 'True', overwriting the initial value of 123. Finally, when the Write Line activity is executed, it outputs the value of TestDictionary('a'). Given that the last assigned value to 'a' is 'True', the result of the Write Line will be 'True'.
Test it in Studio -> result "True"
The Correct answer is B. If you test it in the studio you will see that it will take the last assigned value. If you change the first assing with the last, the result will be 123.
Could someone help me confirm the correctness of this answer
Best without wildcards
Test in UiPath Studio. The correct options is letter B - True.
Tested Ans: True
Answer = B
Test it in Studio -> result "True"
give the last assigned value
Tested in Studio 2021.10.10
Test it in Studio -> result "True"
Answer = 'B', tested in uipath studio
Answer is B
B is Correct
Answer is B
B:True for sure
just tested it and result is "True".