Posts by valdeir de souza prestes • 26 points
1 post
-
0
votes1
answer117
viewsA: How to make Fibonacci sequence through matrix?
I’m not sure I quite understood what you wanted, but follow an example. #include <stdio.h> #define TAM 5 #define COLUNAS 3 #define COL1 0 #define COL2 1 #define COL3 2 void main(){ int…