Ask a New Question

Question

Suppose that a String variable str has already been defined and holds some String.

In the box provided below, write a statement that changes str to all lower case characters, and then copies the result back to str.
14 years ago

Answers

MathMate
It depends on the language used, for example,
Java:
str=str.toLowerCase();

VB:
str=LCase(str)
or
str=str.ToLower()
or
str=StrConv(str,VbStrConv.LowerCase)


14 years ago
Dustyn
huGCyuatujTQWDUIS
10 years ago

Related Questions

Suppose the variable x is the number of minutes walked each week and the variable y is the blood cho... Suppose that a random variable, X, follows a Normal distribution. Specifically, X~N(10, 4). What... Suppose that a guitar string has a length of 0.76 m, a mass of 0.16 kg, and a tension of 107 N. W... A string on a guitar is supposed to vibrate at 300 Hz, but is measured at 305 Hz. By what percent sh... Declare a string variable name myName Suppose the variable x is the number of minutes walked each week and the variable y is the blood cho... Suppose you pluck a string on a guitar and it produces the note A at a frequency of 440 Hz. Now, you... Suppose you have a string that is being made to vibrate at a specific frequency, f. The speed of wav... Suppose a variable, Y , is normally distributed with a mean of 457.6and a standard deviation of 3... To declare a String variable name and set it equal to "Lillian" you would type: Group of answer choi...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use