JAVA
Friday, June 16, 2006
"Lab Static Method"
package s9226307;
public class s9226307
{
private static int prenum = 1;
private static int num = 1;
private static int sum = 1;
public static int next()
{
sum = sum + prenum;
prenum = num;
num = sum;
return sum;
}
}
posted by Jason @
9:41 AM
0 Comments:
Post a Comment
<< Home
About Me
Name:
Jason
View my complete profile
Previous Posts
Lab Sorting
"Lab Recursive Method"
"Lab Hanoi Tower"
"Lab Recursive Method"
"Lab Sorting"
Homework 5/29
Lab 13
Homework 5/8
Lab Static Method, Part II
Lab Counter II
0 Comments:
Post a Comment
<< Home