///Name: Ilana Levy ///Period: 5 ///Program Name: Odometer Loops ///File Name: odometerLoops.java ///Date Finished: 10/5/2015 import java.util.Scanner; public class odometerLoops { public static void main( String[] args ) throws Exception { Scanner keyboard = new Scanner( System.in ); int which; System.out.println( "Which base (2-10): " ); which = keyboard.nextInt(); for ( int thous=0; thous