Posted by: Pdfprep
Post Date: March 8, 2021
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