Which of the following expressions would be used to compute the the total tax with a tax rate of 5% (.05 ) of Item Price?

A) [Tax]:[Item Price]*[.05] B) Tax:Item Price*.05
C) Tax:[Item Price]*.05 D) Tax:[Item Price]*[.05]


C

Computer Science & Information Technology

You might also like to view...

The control statement which is best used when you want to repeat a group of statements based on a condition and the statements in the loop body must be executed at least once is the . . .

A. the for statement B. the while statement C. the do/while statement D. the switch statement

Computer Science & Information Technology

What is a const variable?

A. A variable that is static. B. A variable whose value remains constant. C. An initialized variable. D. A global variable.

Computer Science & Information Technology

Choosing short labels for rows and columns will save room on charts

Indicate whether the statement is true or false

Computer Science & Information Technology

You should specify a width for the header div in a liquid layout.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology