write c++ statements to declare an integer variable score and a double constant TARGET. initialize them with 15 and 20.0 respectively?
int score = 15; const double TARGET = 20.0;
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment