Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Use an IDE to create an an application in c++ that does the following.
In this assignment, you will continue working on your application to apply object-oriented programming concepts and create a customer class. The customer class must be used in your program. The new class will replace simple variables to handle customer details. The functionality of the program will not change; however, the code should be organized differently. You also need to update the project document by adding the new class design and other potential classes. You may use the sample code