Task
Implement class Serial using serial.cpp and serial.h:
- The function call operator is overloaded and will generate a sequential integer each time the operator is used.
- The object can be created with the sequence start value specified.
Implement an application serial_app.cpp which creates a Serial object S, and use it to generate 10 serial number starting from 3407 and then another 10 serial numbers staring from 2402.