Skip to content

Commit 7186004

Browse files
committed
Minor edit.
1 parent b8502ce commit 7186004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/projects/throw_count/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Develop a simple program that asks the user how many sides their dice has, how m
1818

1919
### In more details
2020

21-
#. Your program should start by asking the user how many sides their dices has. The only valid numbers are 4, 6, 8, 10, 12 and 20.
21+
#. Your program should start by asking the user how many sides their dices has. The only valid values are 4, 6, 8, 10, 12 and 20.
2222
#. Once the user is done providing this information, it should ask how many times they intend to throw the dice. Of course, only a strictly positive number of throws is allowed.
2323
#. Then, your program should ask the user to enter the result of their throws, one by one, knowing that the numbers entered should be between 1 and the number of sides of their dice (both included).
2424
#. Once the user entered all their throws, your program should display:

0 commit comments

Comments
 (0)