Name: Santino Mattia
Period: 6
Project Name: OdometerLoops
File Name: OdometerLoops.java
Date: 6/7/16
import java.util.Scanner;
public class OdometerLoops
{
public static void main( String[] args ) throws Exception
{
Scanner keyboard = new Scanner(System.in);
System.out.print(" Enter a base: ");
int n = keyboard.nextInt();
for ( int thous=0; thous
Picture of the output