Sales tax in one county is 7.6% on all purchases. Calculate the sales tax on the following purchase totals (round answers to the nearest cent).The sales tax on the purchase total $21.63 is __________.The sales tax on the purchase total $182.31 is __________.The sales tax on the purchase total $215.33 is __________.

What will be an ideal response?


; ;

Computer Science & Information Technology

You might also like to view...

Aside from a live memory capture taken at the time of first response, what are two locations on a computer where copies of previous memory configurations can be found?

a. Cache b. Hybernation files c. The registry d. .DMP files

Computer Science & Information Technology

________ is the largest of the social networking sites and useful to keep in touch with friends and family, post photos, share links, and distribute information with people you identify as friends.

a. Facebook b. LinkedIn c. MySpace d. Twitter

Computer Science & Information Technology

You modified the round.html page so that it rounded the number to two decimal places instead of 1. This involved multiplying the number by 100 (instead of 10), rounding to the nearest integer, then dividing by 100 (instead of 10). This process can be generalized to any number of decimal places, by using the appropriate power of 10. In order to round a number to N digits, you multiply that number by 10N, round to the nearest integer, then divide by 10N.

Modify your round.html page so that it has an additional text box where the user can specify the number of digits. When the button is clicked, the number in the original text box will be rounded to the specified number of digits and displayed in the page.

Computer Science & Information Technology

When a comment appears inside a JSP scriptlet, it must be a(n) ______________.

a) // comment or a comment delimited by /* and */ b) HTML comment c) JSP comment d) All of the above.

Computer Science & Information Technology