What will be the results of executing the following statements? x.setEditable(true); x.setText("Tiny Tim"); a. The text field x
will have the value "Tiny Tim" and be read only b. The text field x will have the value "Tiny Tim" and the user will be able to change its value c. The text field x will have the value true d. The text field x have the value "trueTiny Tim"
The functiinfunction is provided with an input text when called upon, then it changes every character in the text into lower case and split each word with a space.