Multiple Choice
What is the value of the variable c in the statements that follow?
String phrase = "Make hay while the sun is shining.";
Char c = phrase.charAt(10) ;
A) w
B) h
C) i
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The result of integer division is truncated
Q13: What is the syntax and semantics of
Q16: Applets were designed to run as stand-alone
Q19: What is the output produced by the
Q23: Java uses the ASCII character set.
Q24: Java is an object-oriented programming language.An object-oriented
Q25: Write a Java statement to access the
Q25: Explain the difference between an implicit type
Q26: What steps must the programmer take to
Q30: The hardest kind of error to detect