pseudocode Boolean function, Homework Help
Present a solution using pseudocode similar to what you saw above.
- Identify the logic needed to create a Boolean function to determine if free shipping will be applied based on the total order amount (e.g., free shipping for orders over $75). The function is expected to return TRUE or FALSE depending on the free shipping criteria.
- Present a second pseudocode solution that will call the function and print whether the user will get free shipping.