Respuesta :

You should state what language you're using when asking these types of questions; looks to be C++ with the standard output.


Let's say count has a value of 5.


int count = 5;
std::cout << count << std::endl;