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;