Answer to Question #24379 in C++ for haizan
Write a declaration statement to declare that the variable count will be used to store an
integer.
1
2013-02-18T08:12:17-0500
int count;
int - integer type;
count - variable name;
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!
Learn more about our help with Assignments:
C++
Comments
Leave a comment