Answer to Question #237540 in C++ for Chris

Question #237540

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


1
Expert's answer
2021-09-15T03:26:10-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS