Generate Secret Number
- Lenguaje dominante
- C++
- Estrellas
- 1
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The secret number generation is incomplete. Implement the logic to generate a random number between lowerBound and upperBound using the rand() function.
Acceptance Criteria:
The secretNumber variable should be assigned a random number using a formula that ensures it falls within the specified range.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Look for the secretNumber variable and the lowerBound/upperBound variables in the codebase. Use the C++ rand() function with modulo and addition to generate a number within the inclusive range. Test by running the program to ensure the generated number is always between the bounds.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- cpp
- Área
- cli
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 1/5
- Tiempo estimado
- Menos de una hora
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 80/100