Add line break after the Fibonacci series output
Ouverte
Adaptée aux débutants
documentation
enhancement
good first issue
- Langage dominant
- C++
- Étoiles
- 1
- Forks
- 5
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
After printing the Fibonacci series, the terminal cursor stays on the same line. Add endl or "\n" after the loop to improve output readability.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Find the file that prints the Fibonacci series, likely main.cpp or a similar source file. Locate the loop that outputs the series and add a newline character (endl or '\n') after it. Compile and run the program to verify the output appears on a new line.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- cli
- Type d'issue
- Bug
- Difficulté
- 1/5
- Temps estimé
- Moins d'une heure
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 90/100