Write a declaration of a variable named count that can be used to hold numbers like 90000 and -1 and -406.
LANGUAGE: C++
CHALLENGE:
Write a declaration of a variable named count that can be used to hold numbers like 90000 and -1 and -406.
SOLUTION:
int count;