public static void main(String[] args) { int f = 0; int g = 1; for(int i = 1; i <= 10; i++) { System.out.print(f + " "); f = f + g; g = f - g; } System.out.println(); }
Subscribe to:
Post Comments (Atom)
-
Association, Aggregation, Composition, Abstraction, Generalization, Realization, Dependency....go to below link... http://javapapers.co...
-
The stackalloc keyword C# has the stackalloc keyword which lets you force unmanaged type arrays to be allocated on the stack inside ...
No comments:
Post a Comment