Given an integer variable count, write a statement that writes the value of count to standard output.
LANGUAGE: C++
CHALLENGE:
Given an integer variable count, write a statement that writes the value of count to standard output.
SOLUTION:
cout << count;