標題:
費氏
[打印本頁]
作者:
許承鴻
時間:
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
package hi87;
import java.util.Scanner;
public class hi78 {
static Scanner k = new Scanner(System.in);
public static void main(String[] args) {
// TODO 自動產生的方法 Stub
int j[]=new int[10];
j[0]=1;
j[1]=1;
for(int i=2;i<j.length;i++)
{
j[i]= j[i-1]+j[i-2];
}
for(int i=0;i<j.length;i++)
{
System.out.println(j[i]);
}
}
}
複製代碼
作者:
巫沛庭
時間:
2018-9-4 19:43
package text;
import java.util.Scanner;
public class JPA05 {
static Scanner k = new Scanner(System.in);
public static void main(String args[]) {
int str[]=new int[10];
str[0]=1;
str[1]=1;
for(int i=2;i<str.length;i++)
{
str[i]=str[i-1]+str[i-2];
}
for(int i=0;i<str.length;i++)
{
System.out.println(str[i]);
}
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2