Multiple Choice
Based on the code above, what is the value of str3?
A) "First exam is on Monday."
B) "F#rst exam #s on Monday."
C) "F#rst exam is on Monday."
D) "#i### #### i###########."
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: In order to use a predefined method,
Q16: In a string, the index (position) of
Q17: An expression such as str.length(); is an
Q18: In Java, all variables declared using a
Q19: The dot (.) operator is also called
Q21: Which package is automatically imported by the
Q22: In a format specifier, if the flag
Q23: Which of the following is a valid
Q24: Given int num; the value of num
Q25: Suppose that name is a String variable.