Write appropriate declarations for the following constants. In each case, decide whether to include the keyword,
static, and whether to include initialization in the declaration. Also, make each constant as easily accessible as possible, consistent with protection from inadvertent corruption.
a) The year of birth of a person.
b) The format string,
"%-25s%, 13.2f%, 13.2f%(,15.2f\n", to use in several
printfstatements in a single method.
c) The “golden ratio” or width / length of a golden rectangle. It’s equal to (sqrt(5) – 1) / 2 =
0.6180339887498949.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.