2.3 Pseudocode Functions
function: calculate ingredient amounts for recipe
- read ingredient amounts for a single serving from database
- read number of servings desired by user
- multiply number of servings by the single serving amounts
- return result