Write a void function definition for a function called add_tax. The function add_tax has two formal parameters taxrate, which is the amount of sales tax expressed as a function of cost, and cost, which is the cost of an item before tax is applied. The function updates the value of cost so that includes the salestax.