7xGit / 7xGit/7xGit_Task2

Generate Secret Number

Aberta Para iniciantes
#4 0 comentários 0 reações 0 responsáveis Ver no GitHub
bug good first issue
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

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.