Files
8th/exercises/practice/grains/.docs/instructions.md

12 lines
327 B
Markdown
Raw Normal View History

2024-04-23 13:50:25 +02:00
# Instructions
Calculate the number of grains of wheat on a chessboard.
2024-04-23 13:50:25 +02:00
A chessboard has 64 squares.
Square 1 has one grain, square 2 has two grains, square 3 has four grains, and so on, doubling each time.
2024-04-23 13:50:25 +02:00
Write code that calculates:
2024-04-23 13:50:25 +02:00
- the number of grains on a given square
2024-04-23 13:50:25 +02:00
- the total number of grains on the chessboard