-
- 정의 이전 두 항의 합이 다음항이 되는 수열이다. - Pseudocode // Iterative way public static int IterFib (int n) { index i; int[] f = new int[n+1]; if (n