Tuesday, February 23, 2010

Make Progress Today

Gentlemen:
Regarding the Cash Register Project,
You should, by now, have the form finished and should be working on Page 2 of the assignment. Page 2 contains all the code.
Remember, the goal is to calculate the bill for the restaurant meal:
Here's a tip (Ha, get it? A "tip?").
OK, Several tips:

discount amount = (mealprice * discount decimal)
Discount decimial means a percentage (i.e., 10%) expressed as a decimal (i.e., 0.10)

bill = (mealprice - discount amount) + tax + tip.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.