Assume that a function named add has been defined. The add function expects two integer arguments and returns their sum.
Posted: Tue Jul 05, 2022 10:25 am
Assume that a function named add has been defined. The addfunction expects two integer arguments and returns their sum. Alsoassume that two variables, euro_sales and asia_sales, have alreadybeen assigned values. Write a statement that calls the add functionto compute the sum of euro_sales and asia_sales and that assignsthis value to a variable named eurasia_sales.