Question
(IN PSEUDOCODE PLEASE) Create PSEUDOCODE for a program for Stumpy's Cell Phone Company that accepts the number of text messages for a customer for one
(IN PSEUDOCODE PLEASE)
Create PSEUDOCODE for a program for Stumpy's Cell Phone Company that accepts the number of text messages for a customer for one month and displays the bill for text messages.
If the user enters a negative number the program should display an error message.
If the user enters number greater than or equal to 0 your program should call a function that given the number of text messages, returns the amount to be charged. The program will then display a message stating the amount of the monthly bill for text messages.
Stumpy's charges customers a basic rate of $5 per month for their text message service. Additional rates are as follows:
The first 60 messages per month, regardless of message length, are included in the basic bill.
An additional five cents is charged for each text message after the 60th message, up to and including 180 messages.
An additional 10 cents is charged for each text message after the 180th message.
Federal, state, and local taxes add a total of 12 percent to each bill.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started