2
votes
7answers
1k views
Using a long as ArrayList index in java
I am writing this java program to find all the prime numbers up to num using the Sieve of Eratosthenes, but when I try to compile, it says I can't use a long var as an array index, and it expects a …
