Question: Which C++ code correctly declares a variable, score, which will contain decimal numbers and has 0.0 as its initial value? (3 points) a. double
Which C++ code correctly declares a variable, score, which will contain decimal numbers and has 0.0 as its initial value? (3 points) a. double score (0.0]: b. score double (0.0); c. double (score) (0.0]: d. decimal score [0.0]:
Step by Step Solution
There are 3 Steps involved in it
The correct way to declare a variable in C that will contain decimal numbers and has 00 as i... View full answer
Get step-by-step solutions from verified subject matter experts
