Write a prototype and a definition of the function total that takes one integer parameter (number of items sold), two double parameters (price of item and sales tax rate), and returns total price of the purchase with tax. Write a single function prototype and definition for a function named stars that prints a row of asterisks (stars) equal to the sum of the function's arguments. The function may take 2 or 3 arguments and they should be positive integers.