Add line break after the Fibonacci series output
Aperta
Adatta ai principianti
documentation
enhancement
good first issue
- Lingua principale
- C++
- Stelle
- 1
- Fork
- 5
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
After printing the Fibonacci series, the terminal cursor stays on the same line. Add endl or "\n" after the loop to improve output readability.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- cli
- Tipo di issue
- Bug
- Difficoltà
- 1/5
- Tempo stimato
- Meno di un'ora
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 90/100