Which one of the following values is stored in the letter variable?
Look at the following code sample:
```
string tree = "Pear";
char letter = tree[3];
```
a. P
b. e
c. a
d. r
d. r
Computer Science & Information Technology
You might also like to view...
Podcasts are prerecorded radio- and TV-like shows that you can download and listen to or watch any time
Indicate whether the statement is true or false
Computer Science & Information Technology
What is the basic purpose of the EBK?
What will be an ideal response?
Computer Science & Information Technology