Hello everyone.
I'm having a little problem with an activity I have to do. I have to "Write a program that stores the first 400 numbers that are multiples of 13 in an array".
My Current code:
Output:
run:
Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - not a statement
at ThirteenArray.main(ThirteenArray.java:7)
Java Result: 1
BUILD SUCCESSFUL (total time: 15 seconds)
IDE Flaged Line 7:
int[] sum = new int[multiply] sum;