Problem
Write a void function definition for a function called addTax. The function addTax has two formal parameters: taxRate, which is the amount of sales tax expressed as a percentage; and cost, which is the cost of an item before tax. The function changes the value of cost so that it includes sales tax.