Assume that a function named add has been defined. The add function expects two integer arguments and returns their sum.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Assume that a function named add has been defined. The add function expects two integer arguments and returns their sum.
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.