hello I have some question about writing class in Java, why this one is not working:
public class EvenFibonacciSequences {
static final int num = 45;
static int calculated[num];
...
}
how can I write it correctly? thanks in advance
hello I have some question about writing class in Java, why this one is not working:
public class EvenFibonacciSequences {
static final int num = 45;
static int calculated[num];
...
}
how can I write it correctly? thanks in advance