Multiple Choice
Consider the following three strings:
"to be or not to be", "to", "tooth"
Which of the following shows the strings sorted into ascending lexicographical order (words that are considered less than other words should be at the left) .
A) "to be or not to be", "to", "tooth"
B) "to", "tooth", "to be or not to be"
C) "to", "to be or not to be", "tooth"
Correct Answer:

Verified
Correct Answer:
Verified
Q18: For the "if, else if, else" form
Q19: The window object is known as the
Q20: Suppose you have a variable named character.
Q21: What is an <code>if</code> statement's condition?<br>A) A
Q22: A named constant is a special variable
Q24: An <code>if</code> statement is an example of
Q25: The *:not(a) pseudo-class selector selects which of
Q26: What is the syntax for generating a
Q27: Which of the following is a function
Q28: After the following code executes, what does