Ask Question
22 August, 14:56

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

+4
Answers (1)
  1. 22 August, 15:00
    0
    With the use of Assign Activity by placing myString. ToUpper on the right side and myString on the left side.

    Explanation:

    String variables are commonly known as those variables that contain '0' and/or other characters like letters, symbols and numbers. These variables cannot contain mathematical functions such as subtraction and addition. The given operation can be executed with the use of Assign Activity by placing myString. ToUpper on the right-hand side and myString on the left-hand side.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How can a string variable called myString be converted to an all-capitals representation for future use? ...” in 📗 Social Studies if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers