Assume that a function named add has been defined. The add function expects two integer arguments and returns their sum. Also assume that two variables, euro_sales and asia_sales, have already been assigned values. Write a statement that calls the add function to compute the sum of euro_sales and asia_sales and that assigns this value to a variable named eurasia_sales.