Fibonacci Sequence Programming

# Introduction In this challenge, we'll focus on the Fibonacci sequence. This sequence consists of numbers where each number, except for the first two, is the sum of the two that came before it. Your task is to create a program that can output the value at a given position in the Fibonacci sequence.

|60 : 00

Click the virtual machine below to start practicing