Add line break after the Fibonacci series output
Open
Beginner friendly
documentation
enhancement
good first issue
- Dominant language
- C++
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100