Assignment 112

cdoe

///Name: Mutsu Osoegawa
///Period: 7
///Project Name: Odometer Loops
///File Name: OdometerLoops.java
///Date: 4/21/2016

import java.util.Scanner;
public class OdometerLoops
{
	public static void main( String[] args ) throws Exception
	{
        Scanner keyboard = new Scanner(System.in);
        int base;
        System.out.print( "Which base (2-10): " );
        base = keyboard.nextInt();
		for ( int thous=0; thous