Sales Tax Calculator

 

6 points

 

Introduction

This app helps the user calculate the cost of a purchase. The app asks for the item being purchased, its price and the sales tax rate. The app then calculates and displays the total cost of the item.

This app uses 'prompt' to get information from the user; for example: var item = promptNum("What are you buying?");

This app also does some math to calculate the total cost of the purchase.

Here is a link to the App Lab documentation:

prompt

 

Video

The video shows what a completed app should do.