Fill Loop Condition
Abierto
documentation
good first issue
help wanted
- Lenguaje dominante
- C++
- Estrellas
- 1
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The condition for the while loop that controls the guessing attempts is incomplete. Fill in the condition so that the loop runs while the number of attempts is less than the maximum allowed attempts and the player has not guessed correctly.
Acceptance Criteria:
The loop should continue until either the player guesses correctly or they reach the maximum number of attempts.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.