Question: package crunchify.com.tutorials; import java.util.Scanner public class CrunchifyFibonaccioption3 f public static void main (String args[]) System.out.printin(Enter the term to be printed) Scanner obnew Scanner (System.in) int
package crunchify.com.tutorials; import java.util.Scanner public class CrunchifyFibonaccioption3 f public static void main (String args[]) System.out.printin("Enter the term to be printed") Scanner obnew Scanner (System.in) int ch ob.nextint 0 System.out.println ("The"+ch +"terms of fibanocci numbers are-") int a, b, s, n for (n 1; n <- ch; n+) System.out.println (a) s- a + b; a bi bS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
