Assignment 112

Code

//Matthew Hughs
//odo.java
//5/9/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
    

Picture of the output

Countingfor