Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:modul:m291:learningunits:lu04:loesungen:02 [2025/01/22 12:26] – gelöscht vdemir | en:modul:m291:learningunits:lu04:loesungen:02 [2025/03/04 09:56] (aktuell) – vdemir | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== LU04.S02 - Examples for library-functions ====== | ||
| + | {{: | ||
| + | |||
| + | - **freeShipmentAmount = calcFreeShipment(country)**: | ||
| + | - **shoppingCartItems = sumShoppingItems(customerNo, | ||
| + | - **shoppingCartItems = sumShoppingItems(customerNo, | ||
| + | - **currentShipmentCost = calcShipmentCost(CustomerNo, | ||
| + | - **shippingDate = calcShippingDate(currentDate, | ||
| + | - **shoppingCartSum = sumShoopingPrices(customerNo, | ||
| + | - **currentPrice = calcActualPrice(price, | ||
| + | - **priceDiscount = calcDiscount(originalPrice, | ||
| + | |||
| + | ---- | ||
| + | [[https:// | ||