int f1 = 0, f2 = 1;
int f3 = 0;
System.out.print(f1+" ");
System.out.print(f2+" ");
for (int i = 1; i <=8; i++) {
f3 = f1 + f2;
System.out.print(f3+" ");
f1 = f2;
f2 = f3;
}
Elements of the Ideal Table: It represents a single subject, which can be an object or event that reduces the risk of potential data integ...
No comments:
Post a Comment