How can a string variable called myString be converted to an all-capitals representation for future use?


How can a string variable called myString be converted to an all-capitals representation for future use?
A . By using a Write Line with the Text property set to myString.ToUpper.
B . By using an Assign activity with myString on the left side and myString.ToUpper on the right side

Answer: B

Leave a Reply

Your email address will not be published.