Question: I need help creating this program in c++. The instructions are in the pictures attached. Thanks. To write a program that implements the following C++

I need help creating this program in c++. The instructions are in the pictures attached. Thanks.
 I need help creating this program in c++. The instructions are
in the pictures attached. Thanks. To write a program that implements the
following C++ concepts . Data Encapsulation 2. Instantiate classes 3. Composition Class
6. File Stream Make a program that reads a file and can
generate reports. Each file will have phone calls records (see section 4).
The program will process the data gathering all minutes and total amount

To write a program that implements the following C++ concepts . Data Encapsulation 2. Instantiate classes 3. Composition Class 6. File Stream Make a program that reads a file and can generate reports. Each file will have phone calls records (see section 4). The program will process the data gathering all minutes and total amount for each report. The program should have a menu (see section 1): 1. New Report this option will ask a file name (TE??????.tel). This option will 2. Delete a report-this option will display all reports available in memory and 3. Display a report-this option will display all reports available in memory 4. Exit Program ends instantiate an object of Report class, loading the whole file into memory ask which one you would like to delete and ask you which one you would like to generate a report. For long distance calls the formula will be (minutes call x $1.50). For local phone calls the formula will be (minutes callx S0.25)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!