- Code: Select all
for(int value:a)
System.out.println(value);
(a is the vector that i want to see on my screen)
i get an error:
- Code: Select all
Systax error, 'for each' statements are only available if source level is 1.5
What do i need to do? (using LMDE )




