Posts by ProgramadorJaveiro • 1 point
1 post
-
0
votes2
answers90
viewsQ: Error trying to scan an array
I am trying to scan the array within the loop, as per the code below: import java.util.Scanner; public class RapidoPora { public static void main(String[] args) { int[] nota = new int[10]; for(int c…