FIBONACI //DECLARACION DE LIBRERIAS #include<iostream.h> #include<conio.h> #include<dos.h> //Declaracion de prototipos void fun1(int n,int b,int c,int f); void main() { clrscr(); … más →
alexander masacheammasache wrote 1 year ago: FIBONACI //DECLARACION DE LIBRERIAS #include<iostream.h> #include<conio.h> #include<d … more →