Print Shop

Introduction

The Print Shop has different printing prices based on the number of copies
to be printed:

 

0-499 copies $0.30 per copy
500-749 copies $0.28 per copy
750-999 copies $0.27 per copy
1000 copies or more $0.25 per copy

 

Create an application that asks the user for the number of copies and then
calculates the total price. It should display the price per copy
and the total price.

Important features

  • Change event clears message
  • Variables for number of copies, price per copy and total price
  • If…Then…ElseIf statement determines price per copy
  • After End If, calculate total price
  • Prices displayed as currency
  • Default and Cancel properties set appropriately
  • Proper indents, spacing, comments

Example