Assignment title: C++


This assignment intends to get you familiar with C++ programming. You require writing a program to track a Phone Plan System. The solution should have the following features: - Declare 4 structures for the Phone Systems; - Create functions for structures to manipulate objects for testing in the system; - Calculate the Charge for array plans and find the two cheapest plans; - Display a summary report for the two best plans.