Computer Science, asked by eerdey6746, 1 year ago

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

Answers

Answered by GENIUS1223
0

You can make use of the ToUpper method like this: myString.ToUpper() and assign it to a variable

Similar questions