Skip to content

Commit

Permalink
Merge pull request #122 from UnsolvedCypher/patch-1
Browse files Browse the repository at this point in the history
Changed "ratio" to "gap"
  • Loading branch information
tylerharter committed Jan 19, 2020
2 parents 0bff9bd + ecbfdd1 commit 18e8f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fall19/p10/stage2.md
Expand Up @@ -99,7 +99,7 @@ Make sure to include the "other" category.

#### Question 28: What are the top 15 countries that have the largest gap between birth rate and death rate?

You should display the `country` name, `birth-rate`, and `death-rate` of the top 15 countries that have the largest gap between `birth-rate` and `death-rate`. These top 15 countries should be displayed in *descending* order of the ratio.
You should display the `country` name, `birth-rate`, and `death-rate` of the top 15 countries that have the largest gap between `birth-rate` and `death-rate`. These top 15 countries should be displayed in *descending* order of the gap.

**Expected output:**

Expand Down

0 comments on commit 18e8f55

Please sign in to comment.