How to print the first 12 terms of the Fibonacci sequence inverse in Pascal? Instead of being 1 to 12, from 12 to 1
program Exercicio_31;
var V:array[3..12]of integer;I,termo1,termo2,novoTermo:integer;
begin
writeln('Serie de Fibonacc...
asked by
15.02.2017 / 15:59