A local gym needs an application to apply a 10% discount for all new members who present a coupon during enrollment. Write the statements to declare a variable to record if a customer has a coupon, and to assign the discount rate. The discount rate will not change while the application is running.
What will be an ideal response?
Dim blnCoupon As Boolean
Const decDISCOUNT As Decimal = .1
Computer Science & Information Technology
You might also like to view...
To place a trademark symbol, you begin by clicking the ________ tab on the Ribbon
A) Design B) Layout C) Insert D) Add-ins
Computer Science & Information Technology
In a ________ relationship, a record can match several records in the second table and a record in the second table can match several records from the first table:
A) multiple B) many-to-many C) compound D) several-to-several
Computer Science & Information Technology