From 2fd2fa443fc7bb3d1a9bb979f8c90b5f3e6dbf76 Mon Sep 17 00:00:00 2001 From: David Croft Date: Mon, 18 May 2020 13:30:25 +0000 Subject: [PATCH] 40 to 20 --- .guides/content/Basic-programs-f6da.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.