ailaa10 ailaa10 16-01-2023 Computers and Technology contestada Write a java program that takes as input an integer below 100, then prints the Fibonacci of this number. Fibo(n)= n*(n-1)*(n-2)*…..2*1.