Question: PURPOSE: To demonstrate the ability to create accurate pseudo-codem logic to illustrate the solution of a specific task. The Dash Cell Phone Company charges customers



PURPOSE: To demonstrate the ability to create accurate pseudo-codem logic to illustrate the solution of a specific task. The Dash Cell Phone Company charges customers a basic rate of $5 per month to send text messages. Additional rates are as follows: PROBLEM The first 60 messages per month, regardless of message length, are included in the basic bill ($5) An additional five cents is charged for each text message after the 60th message, up to 180 text messages. An additional 10 cents is charged for each text message after the 180th message. -Federal, state, and local taxes add a 12% to each bill. Design your program logic for the following: The program should accept the following data about one customer' s bill: customer area code (three digits), customer phone number seven digits), and number of text messages sent. Output all the data that was input and include the pre-tax bill, the tax amount, and the post-tax bill (this is the pre-tax bill plus the tax amount) No looping is required
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
