Write a statement using the decrement operator to decrease the value of count (an already declared integer variable ) by 1.
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--;