Board logo

標題: 費氏 [打印本頁]

作者: 許承鴻    時間: 2018-9-4 19:11     標題: 費氏

import java.util.Scanner;
public class JPA04 {
    static Scanner k = new Scanner(System.in);
    public static void main(String args[]) {


    }
}
作者: 張閎鈞    時間: 2018-9-4 19:40

  1. package hi87;
  2. import java.util.Scanner;
  3. public class hi78 {
  4. static Scanner k = new Scanner(System.in);
  5.         public static void main(String[] args) {
  6.                 // TODO 自動產生的方法 Stub
  7.                 int j[]=new int[10];
  8. j[0]=1;
  9. j[1]=1;
  10. for(int i=2;i<j.length;i++)
  11. {
  12. j[i]=        j[i-1]+j[i-2];
  13.        
  14. }
  15. for(int i=0;i<j.length;i++)
  16. {
  17.         System.out.println(j[i]);
  18.        
  19. }
  20.         }

  21. }
複製代碼

作者: 巫沛庭    時間: 2018-9-4 19:43

  1. package text;
  2. import java.util.Scanner;
  3. public class JPA05 {
  4.     static Scanner k = new Scanner(System.in);
  5.     public static void main(String args[]) {
  6.         int str[]=new int[10];
  7.         str[0]=1;
  8.         str[1]=1;
  9.         for(int i=2;i<str.length;i++)
  10.         {
  11.                 str[i]=str[i-1]+str[i-2];
  12.         }
  13.         for(int i=0;i<str.length;i++)
  14.         {
  15.                 System.out.println(str[i]);
  16.         }
  17.     }
  18. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2