Skip to content

Commit

Permalink
updated task 3 instruction to highlight note about decimal places
Browse files Browse the repository at this point in the history
  • Loading branch information
Antashma committed Mar 7, 2022
1 parent b69ee41 commit 62d4d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function dogYears(/*add your code here*/){
/*
Use the hungryDog function and feeding requirements below to do the following:
1. Invoke the hungryDog function below and pass it a weight value in pounds, followed by an age value in years
2. note: if the dog is a puppy, the age will be a decimal. For example: three months = 3/12 or .25
2. 🌟 NOTE: if the dog is a puppy, the age will be a decimal (rounded to two places). For example: 3 months = .25 (3 divided by 12)
3. Do the proper calculations and return the number of pounds of raw food to feed the dog/puppy in a day
REMEMBER: This program should handle correctly adult AND puppy ages and weights
Expand Down

0 comments on commit 62d4d97

Please sign in to comment.