Design a flowchart and pseudocode for a mobile subscription plan. Allow the user to enter the number of months and the plan price. Assume that the user earns extra 15 percent discount every month, while the maximum discount is 45 percent. The program output is a schedule that lists each month's number in the mobile subscription plan starting with month 1 and the user’s savings at that month. Example: (This is an example; your program should accept the values from the user) User entered 6 months mobile subscription for 250 USD plan. The output: Month number 1 the discount percentage is 0% and the discount amount is 0 USD Month number 2 the discount percentage is 15% and the discount amount is 37.5 USD Month number 3 the discount percentage is 30% and the discount amount is 75 USD Month number 4 the discount percentage is 45% and the discount amount is 112.5 USD Month number 5 the discount percentage is 45% and the discount amount is 112.5 USD Month number 6 the discount percentage is 45% and the discount amount is 112.5 USD

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter4: Making Decisions
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question

Design a flowchart and pseudocode for a mobile subscription plan. Allow the user to enter the number of months and the plan price. Assume that the user earns extra 15 percent discount every month, while the maximum discount is 45 percent. The program output is a schedule that lists each month's number in the mobile subscription plan starting with month 1 and the user’s savings at that month.

Example: (This is an example; your program should accept the values from the user)

User entered 6 months mobile subscription for 250 USD plan.

The output:

Month number 1 the discount percentage is 0% and the discount amount is 0 USD

Month number 2 the discount percentage is 15% and the discount amount is 37.5 USD

Month number 3 the discount percentage is 30% and the discount amount is 75 USD

Month number 4 the discount percentage is 45% and the discount amount is 112.5 USD

Month number 5 the discount percentage is 45% and the discount amount is 112.5 USD

Month number 6 the discount percentage is 45% and the discount amount is 112.5 USD

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Concept of Flowchart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage