Write a statement that declares an int variable named count.
LANGUAGE: C++
CHALLENGE:
Write a statement that declares an int variable named count.
SOLUTION:
int count;
Posted in C++, Learn To Code
Write a statement that declares an int variable named count.
int count;