Multiple Choice
Which of the following declares a variable that will store a welcome message?
A) String welcome;
B) double welcome;
C) Char welcome;
D) int welcome;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which statement declares a variable that references
Q5: Which statement stores an integer value in
Q6: What is the name of the =
Q7: In Java, a comment on a line
Q8: Which class is part of the java.lang
Q10: The Java compiler ignores any text between
Q11: Which import statement allows for the use
Q12: Which of the following represents a method
Q13: Input to a method, enclosed in parentheses
Q14: To use a class in another package