We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4caeb8 commit 18786a2Copy full SHA for 18786a2
fibonacci.cpp
@@ -4,7 +4,7 @@ using namespace std;
4
5
int main()
6
{
7
- int n = 0; // number of digits to print
+ int n = 0; //number of digits to print
8
cout << "Type how many digits of the Fibonacci sequence you'd like to get: " << endl;
9
cin >> n;
10
@@ -23,4 +23,4 @@ int main()
23
cout << f_sequence[j] << " ";
24
}
25
return 0;
26
-}
+}
0 commit comments