Examlex

Solved

Look at the Following Code Sample: String Tree = "Pear";

question 76

Multiple Choice

Look at the following code sample: string tree = "Pear";
Char letter = tree[3];
Which one of the following values is stored in the letter variable?


Definitions:

Related Questions