john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

decimal to binary.java

import java.io.*;
//import java.lang.*;

class DectoBin
{
    public static void main(String[] args) throws Exception
    {

        byte receive;
        int number;

        System.out.println("Hello World!");
        BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
        String str;
        str=br.readLine();
        System.out.println(str);



    }
}

  • « deadlock.java
  • bitLogic.java »

Published

Aug 23, 2001

Category

java

~28 words

Tags

  • binary.java 1
  • decimal 4
  • java 252
  • to 63