ACCUMULATING TOTALS IN SINGLE-LEVEL CONTROL BREAK PROGRAMS In this exercise, you use what you have learned about accumulating totals in a single level control break program to answer specific questions. First, study the C++ code that follows:
1. What is the control break variable?
2. The value of the control break variable should never be changed. True or false?
3. Is totalItems being calculated correctly?
If not, how can you fix the code?
4. In a control break program, it doesn't matter if the records in the input file are in a specified order. True or false?