Skip to content
Permalink
Browse files
Merge branch 'master' of github.coventry.ac.uk:ac0745/4003CEM-intro
  • Loading branch information
David committed Oct 21, 2020
2 parents 32cf84c + 2fd2fa4 commit e9336ebf7886d29d013b269e89067ec43ff605cf
Showing 1 changed file with 1 addition and 1 deletion.
@@ -7,7 +7,7 @@ The program should print ``Welcome to 4003CEM!`` on a new line.

<h2 style="color:darkorange">lab_fibonacci</h2>
Write and call a function called fibonacci in the lab_fibonacci.cpp file.
The function should print the first 40 elements in the fibonacci sequence.
The function should print the first 20 elements in the fibonacci sequence.
The sequence should start 0, 1, 1, 2 ....
Each element should be printed on a new line.

0 comments on commit e9336eb

Please sign in to comment.