Question #237540

write c++ statements to declare an integer variable score and a double constant TARGET. initialize them with 15 and 20.0 respectively?


Expert's answer

int score = 15;
const double TARGET = 20.0;

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS