Skip to content

Commit 835af4f

Browse files
authored
Update instructions.md with a note
Added note to clarify "ratePerHour" and "dayRate" meaning.
1 parent 7ebb21d commit 835af4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/concept/freelancer-rates/.docs/instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
In this exercise you will be writing code to help a freelancer communicate with their clients about the prices of certain projects. You will write a few utility functions to quickly calculate the costs for the clients.
44

5+
~~~~exercism/note
6+
In the next tasks, the ==ratePerHour== variable and the ==dayRate== function are related to money. The units of measurement are money for a unit of time (hours and days respectively).
7+
~~~~
8+
59
## 1. Calculate the day rate given an hourly rate
610

711
A client contacts the freelancer to enquire about their rates.

0 commit comments

Comments
 (0)