Examine the following Blue Prism Process diagram:

The initial values of the data items are displayed in the diagram above All 3 data items are configured as Number
The 'Perform Calculation' stage Properties window is displayed below:

When this diagram is run through the the End stage, what will the current value of the Z data item be?
- -1
- [X]*[Y]
- An Internal Exception will be thrown as the Expression contains multiple blank spaces
- 0
- 12
Answer(s): E
Explanation:
The calculation stage will assign the value of [X][Y] to the Z data item, which is 34 = 12. The blank spaces in the expression do not affect the calculation1.
Reference:
https://bpdocs.blueprism.com/bp-6-9/en-us/frmStagePropertiesCalculation.htm
Reveal Solution Next Question