Generate Secret Number
- Linguagem predominante
- C++
- Estrelas
- 1
- Forks
- 5
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- cpp
- Domínio
- cli
- Tipo de issue
- Funcionalidade
- Dificuldade
- 1/5
- Tempo estimado
- Menos de uma hora
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 80/100