Why do you keep transferring the input from one variable to another? And do you know about for loops?
Would this not do the same thing?



for (int i = 0; i < 6; i++) {
String jcbo =...