Write a statement using the increment operator to increase the value of num_items (an already declared integer variable ) by 1.

LANGUAGE: C++

CHALLENGE:

Write a statement using the increment operator to increase the value of num_items (an already declared integer variable ) by 1.

SOLUTION:



num_items++;