Programming Homework Help

Hudson County Community College C++ Programming Exercise

Get Your Custom Essay Written From Scratch
We have worked on a similar problem. If you need help click order now button and submit your assignment instructions.
Just from $13/Page
Order Now

A mobile phone service provider has three different data plans for its customers:

Package A: For $39.99 per month, 4 gigabytes are provided. Additional data costs $10 per gigabyte.

Package B: For $59.99 per month, 8 gigabytes are provided. Additional data costs $5 per gigabyte.

Package C: For $69.99 per month, unlimited data is provided.

Write a program that calculates a customer’s monthly bill. It should ask which package the customer has purchased and how many gigabytes were used. It should then display the total amount due.