New Activity
Play Fill in the Blanks Game
int [ ] notas = { 2 , 5 , 7 , 1 , 8 , 9 , 12 } ;
for ( ____________________ i = 0 ; i < notas . ____________________ ; i + + ) {
System . out . print ( ____________________ [ ____________________ ] + " " ) ;
}