///Name: Sam Wilson
///Period: 6
///Program Name: Odometer Loops
///File Name: odometerLoops.java
///Date Finished: 5/3/16
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