pseudocode and flowchart Dialog is a Mobile Phone company that offers the following mobile phone package to its customers
pseudocode and flowchart
Dialog is a Mobile Phone company that offers the following mobile phone
package to its customers.
Monthly charges are calculated according to the following criteria
The Basic Monthly Bill is CAD 40
Additional 25 CAD is charged from customers who make more than
400 minutes calls in the current month, and extra 5 CAD is charged for
making more than 500 sms messages in the current month
Design the modular program
Pass the parameters to a Module Named MobileCharges_your_id
and perform all the calculations inside that Module.
Parameters to be passed to the module: number of called minutes in
the current month, number of sent sms in the current month (get the
values of the parameters from the user).
Output the total amount of charges in the current month.
Step by step
Solved in 2 steps with 2 images