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?


A) P
B) e
C) a
D) r

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions