diff --git a/.guides/content/Basic-programs-f6da.md b/.guides/content/Basic-programs-f6da.md index 0abe7cf..234998f 100644 --- a/.guides/content/Basic-programs-f6da.md +++ b/.guides/content/Basic-programs-f6da.md @@ -7,7 +7,7 @@ The program should print ``Welcome to 4003CEM!`` on a new line.

lab_fibonacci

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.