Add line break after the Fibonacci series output
Offen
Anfängerfreundlich
documentation
enhancement
good first issue
- Vorherrschende Sprache
- C++
- Sterne
- 1
- Forks
- 5
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
After printing the Fibonacci series, the terminal cursor stays on the same line. Add endl or "\n" after the loop to improve output readability.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- cpp
- Bereich
- cli
- Issue-Typ
- Bug
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 90/100