Skip to content

Commit

Permalink
Update instructions.md (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafent authored Oct 27, 2023
1 parent 8cbb74b commit fc64d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/concept/pizza-pi/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Lilly calculated an equation to determine how many pizzas can of some diameter

Create a function that:
* Takes a side-length dimension of a cheese cube
* Takes the desired thickness of the cheese layer331
* Takes the desired thickness of the cheese layer
* Takes the diameter of the pizza
* And returns the number of pizzas that can be made while rounding down.331
* And returns the number of pizzas that can be made while rounding down.

For example, given a 25x25x25cm cheese cube, 0.5cm thick cheese layer and pizzas 30cm in diameter:

Expand Down

0 comments on commit fc64d0a

Please sign in to comment.