Multiple Choice
Which one of the following statements declares a named constant named GRAVITY with an initialization value of 9.8?
A) double GRAVITY = 9.8 const;
B) const double GRAVITY = 9.8;
C) double const GRAVITY = 9.8;
D) double GRAVITY const = 9.8;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q80: _ ("F" or "f") displays numeric values
Q81: You can assign integer constants to int,
Q82: When declaring multiple variables with one statement,
Q83: The _ contains statements that can potentially
Q84: The values on the right and left
Q86: To convert a the contents of a
Q87: A common operation performed on strings is
Q88: Which one of the following assignment statements
Q89: A(n) _ specifies how a class member
Q90: If all statements in a try block