The Dash Cell Phone company charges customers a basic rate of $10 per month to send text messages. Additional rates are as follows: • the first 100 messages per month, regardless of message length, are included in the basic bill. • An additional 3 cents are charged for each text message after the 100th message, up to and including 300 messages. • An additional 2 cents are charged for each text message after the 300th message. • Federal, state, and local taxes add a total of 14% to each bill. Design a flow chart and pseudocode for the following: • a program that accepts the following data about one person’s messages: area code (3 digits), phone number (7 digits), and a number of text messages sent. Display all data, including the month end bill before both and after taxes are added. NOTE: Code C++
The Dash Cell Phone company charges customers a basic rate of $10 per month to send text messages. Additional rates are as follows:
• the first 100 messages per month, regardless of message length, are included in the basic bill.
• An additional 3 cents are charged for each text message after the 100th message, up to and including 300 messages.
• An additional 2 cents are charged for each text message after the 300th message.
• Federal, state, and local taxes add a total of 14% to each bill.
Design a flow chart and pseudocode for the following:
• a program that accepts the following data about one person’s messages: area code (3 digits), phone number (7 digits), and a number of text messages sent. Display all data, including the month end bill before both and after taxes are added.
NOTE: Code C++
Trending now
This is a popular solution!
Step by step
Solved in 6 steps with 5 images