good night my project is about that Write a program that uses a loop to calculate the first 15 values of the Fibonacci number sequence
and store them in an array, call it FibArr, of size 15 DWORDS. Fibonacci number sequence is described by
the following formula: Fib(1) = 1, Fib(2) = 1, Fib(n) = Fib(n -1) + Fib(n - 2). Place each value in the EAX
register and display it with a call DumpRegs statement.So I dont have an idea about this topic please help me thanks