Implement Difficulty Levels
Aperta
bug
good first issue
- Lingua principale
- C++
- Stelle
- 1
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The code currently has placeholders for setting the bounds and max attempts for each difficulty level (Easy, Medium, Hard). Implement the correct values for these difficulty levels:
Easy: Range 1-10, 5 attempts.
Medium: Range 1-50, 7 attempts.
Hard: Range 1-100, 10 attempts.
Acceptance Criteria:
Update the switch statement to set lowerBound, upperBound, and maxAttempts for each case.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.