Scanner input = new scanner (system. in);
for(int I = 0; I< 12; i++){
a[I]= input . nextint();
system . out . print(a[I]);
}