Multiple Choice
Given the declaration double r;, which of the following statements is invalid?
A) r = 326.75;
B) r = 9.4632e15;
C) r = 9.4632E15;
D) r = 2.9X106;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: A Java program will not compile unless
Q29: What will be displayed as a result
Q30: Which of the following cannot be used
Q31: What is the result of the following
Q32: What is the result of the following
Q34: If x has been declared an int,
Q35: To display the output on the next
Q36: What will be displayed after the following
Q37: Which one of the following would contain
Q38: What will be displayed as a result