Search:

Type: Posts; User: Pingu

Search: Search took 0.10 seconds.

  1. Thread: Base Conversion

    by Pingu
    Replies
    7
    Views
    10,724

    Base Conversion

    I'm trying to write a program that inputs a number and a base and converts that number to a base. I have written the following which compiles, but doesn't seem to do the right thing :S Any help...
  2. Replies
    1
    Views
    1,535

    Newbie Programming problem

    Hi, I'm trying to write a program that takes in user input and only terminates when a certain word is entered.
    I so far have this



    import java.io.BufferedReader;
    import...
Results 1 to 2 of 2