Speed delivery

Description

Speedy Delivery service does not accept packages heavier than 27 kilograms or larger
than 0.1 cubic meters (100,000 cubic centimeters). Create an application
that asks the user to input the weight of a package and its dimensions,
and displays an appropriate message if the package does not meet the
requirements (e.g. too large, too heavy, or both). If the package is
within acceptable standards, the message should say, “Accepted”.

Important features

  • Four different output messages
  • Change event on all inputs clears message
  • If…Then…ElseIf statement
  • Mnemonics on the labels for the four inputs
  • Default and Cancel properties set appropriately
  • Proper indents, spacing, comments

Example