112 OdometerLoops

Code

    //Tyler Hart
    //period 5
    // OdometerLoops.java
    // OdometerLoops
    //11/10/2015
    
import java.util.Scanner;

public class OdometerLoops
{
	public static void main( String[] args ) throws Exception
	{
		Scanner keyboard = new Scanner(System.in);
		int n = keyboard.nextInt();
		for ( int thous=0; thous
    
    

Picture of the output