December 7, 2013 Matthew Maennche C++, Learn To Code 10959, C++ LANGUAGE: C++ CHALLENGE: Write a statement using the decrement operator to decrease the value of count (an already declared integer variable ) by 1. SOLUTION: count--;