QuestionQ93

Variables and Arguments

Based on the variable declarations in the exhibit, which expression is valid for the Text property of a Write Line activity?

Question Image

Explanation

The Text property requires a string. Concatenating stringX with doubleX.ToString produces a string by explicitly converting the Double value to its text representation.

Community Discussion

No comments yet. Be the first to start the discussion!