Skip to content

Commit fce0162

Browse files
authored
Prints some number of ods or even values
1 parent 0b01057 commit fce0162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

odds_and_evens.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ int main()
1313
{
1414
cout << 2 * i + 1 << " ";
1515
}
16+
1617
cout << endl;
1718

1819
cout << "Evens:" << endl;
@@ -23,4 +24,4 @@ int main()
2324
cout << endl;
2425

2526
return 0;
26-
}
27+
}

0 commit comments

Comments
 (0)