Skip to content
Permalink
e9336ebf78
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (10 sloc) 549 Bytes

lab_welcome

For this task you need to complete and compile the lab_welcome.cpp file. The program should print Welcome to 4003CEM! on a new line.

{Check It!|assessment}(test-4131644210)

lab_fibonacci

Write and call a function called fibonacci in the lab_fibonacci.cpp file. 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.

{Check It!|assessment}(test-2154651529)