Answer the following statements true (T) or false (F)

1. The conditional operator uses two symbols and takes three operands.
2. The charAt() function will tell you what a specific character is in a given string.
3. The correct way to identify the first character in a string variable named word is:
```
var letter = charAt(word);
```
4. You may use either single or double quotes to enclose the value of the text in a string variable.
5. Logical operators must always be done in order from left to right.


1. T
2. T
3. F
4. T
5. F

Computer Science & Information Technology

You might also like to view...

The built-in help always provides answers to your questions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You can prepare ____________________ notes that remind you what to say about each slide.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is used to identify all objects in a domain?

A. PDC B. SID C. RID D. DIR

Computer Science & Information Technology

Using global variables except in very restricted and well-defined situations is a sign of extremely bad programming.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology