You use the ____ method to convert a string to uppercase.
A. ConvToUpper
B. strUpper
C. ToUpper
D. ConvUpper
Answer: C
Computer Science & Information Technology
You might also like to view...
When should designers employ abductive reasoning?
What will be an ideal response?
Computer Science & Information Technology
Write an if statement to do the following. (Assume the variables have been declared. You do not need to declare the variables. Simply construct an if statement.) Hint: You will need to use comparison operators and a logical operator.
If both variables a and b are greater than 0, then increment the value of the variable c by 1.
Computer Science & Information Technology