named constant

Which one of the following statements declares a named constant named GRAVITY with an initialization value of 9.8?
Question 5 options:
a. double GRAVITY = 9.8 const;
b. const double GRAVITY = 9.8;
c. double const GRAVITY = 9.8;
d. double GRAVITY const = 9.8;

READ ALSO :   Examine the guidelines for informative speaking and discuss the potential ethical or legal implications for inaccurate or misinformative speaking. Support your ideas with specific details from at least one real-world example.