Solved

What Does the Variable String Contain After the Following Code

Question 12

Multiple Choice

What does the variable string contain after the following code is executed
Var string = "Good luck on the test";
String = string.charAt( 3 ) ;


A) Goo
B) 3
C) d
D) Nothing, the string conversion generates an error.

Correct Answer:

verifed

Verified

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

Related Questions