Question: VISUAL BASIC PROGRAMMING Slappys Software Sales Assignment You have been hired by Slappys Software Sales to write a program to figure the total cost to
VISUAL BASIC PROGRAMMING
Slappys Software Sales Assignment You have been hired by Slappys Software Sales to write a program to figure the total cost to customers that order Slappys software packages. Discounts are given based on the number of units sold:
Number of Units Sold Discount Amount 1 9 None 10 19 20% 20 49 30% 50 99 40% 100 or more 50% Create a form similar to this: The three boxes are labels. Remember to use the Auto Size and Border Style properties.
The program should read the number of units sold and figure a base cost. The units cost $99 each. A discount should then be figured and subtracted from the base cost. The subtotal, discount amount and total cost should be displayed, as currency, in the appropriate labels. Here are some screen shots of the running program: Set the tab order and access keys. Put comments in your program as to what each section is doing. Use constants for the discount rates and base price.

Enter the number of units sold: Subtotal: Discount: Total: Calculate Enter the number of units sold: Enter the number of units sold: Subtotal; Subtotal: Discount: Discount: Total: Total
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
