Consider three GenericValue variables, var1 with the default value of "3 apples", var2 with the default value of "5 mangos", and the result, which is the output of an Assign Activity with the var1 + var2 expression. What is the value of the resulting variable? Options are:
- Null
- "8 fruits"
- 8
- Error: "Input string was not in a correct format"
- "3 apples5 mangos"
Reveal Solution Next Question