Print Fibonacci Numbers

# Introduction In this lab, you need to write a program that takes an integer input `n`, and then uses a `for` loop to print `n` Fibonacci numbers, where each number is the sum of the previous two numbers in the sequence starting with 1 and 1.

|60 : 00

Click the virtual machine below to start practicing