package java102;
public class boxes {
public static void main(String[] args) {
int q = 0 ;
boolean w = true ;
int [] standards = {7,4};
int [] game = {3,1,2,1,4,0,1};
int [] moves = {3,2,2,2,2,4,1,3,1,4,0};
for ( int i = 0 ; i < moves.length ; i++) {
switch (moves[i]) {
case 0 :