Fibonacci

Print a few numbers from the fabonacci sequence and store it in an array. Then create another array and print the computed fabanocci sequence in reverse.

Programming This assignment covers the usage of basic arithmetic instructions as used in assignment 1, along with understanding of arrays and how arrays are stored in the main memory. Make sure that you understand all the material covered until week 16 lectures. This assignment will mainly test your understanding of arrays, how to store them […]

Scroll to top