IT581: Practicum in Web Development, Summer 2015 (Hybrid)

Lab Exercise 13: Tip Calculator

Due 11:59pm, July 29 so that you can ask me any question on Wednesday.

Use the Firefox browser.

Be srue to open the Error Console. Clear the console messages if necessary.

The problem

The user wants to calculate the amount to tip in a restaurant. The user will provide both the amount of the bill and the tip percentage to be used.

Requirements

The Lab 13 Start Page has a basic form already created.

Submit your work using Blackboard

Note

*To compute the tip, multiply by the decimal percent. If the entered amount is 15%, you must multiply by 0.15. Your script will have to divide the original value by 100.

Submit your work

  1. Upload your file to your public_html directory on wyrd.hood.edu.
  2. Provide a hyperlink to the page in the submission form on Blackboard.
Comments to: dong@hood.edu
Last Modified: 27 July 2015. 20:52