exercism/elixir/freelancer-rates/HINTS.md

1.4 KiB

Hints

General

  • Read about basic arithmetic in the official Getting Started guide.
  • Browse the Float and Kernel modules to learn about functions and operators that work with floats.

1. Calculate the daily rate given an hourly rate

2. Calculate a discounted price

3. Calculate the monthly rate, given an hourly rate and a discount

4. Calculate the number of workdays given a budget, hourly rate and discount