Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A software company sells a product for $99 per license. Quantity discounts are given according to the following table: Number of licenses Discount 10-19 20%

A software company sells a product for $99 per license. Quantity discounts are given according to the following table:

Number of licenses Discount
10-19 20%
20-49 30%
50-99 40%
100 or more 50%

Design a program, using a flowchart, that asks the user to enter the number of licenses purchased and then determines, and displays, the following four results:

  1. the discount %
  2. the discounted unit price, i.e., the cost of one license, after the discount has been applied
  3. the total amount of the purchase after the application of the discount; and
  4. the total amount saved due to the discount
    • but only display the total amount saved if it is greater than zero

Notes

  • Use a named constant for the $99 list price for one license
  • A flowchart solution is required
  • If you use Flowgorithm, variables for the results should be declared Real, but the variable for the number of licenses should be declared with an Integer data type
  • OPTIONAL: the Flowgorithm ToFixed( ) function can be used to display results with 2 decimal places

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle RMAN For Absolute Beginners

Authors: Darl Kuhn

1st Edition

1484207637, 9781484207635

More Books

Students also viewed these Databases questions