//colin hinton
//odo.java
//5/4/2016
//5th period
import java.util.Scanner;
public class odo
{
public static void main( String[] args ) throws Exception
{
Scanner kb = new Scanner(System.in);
System.out.print("Which base (2 - 10) : ");
int b = kb.nextInt();
for ( int thous=0; thousPicture of the output