Search:

Type: Posts; User: Java_boy

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,389

    Re: Binary to Decimal Conversion

    Well I gave it a go and when it is compiled the message given is "BUILD SUCCESSFUL (total time: 0 seconds)"
    The two errors are: (I have written in the syntax)

    public class BinarytoDecimal {...
  2. Replies
    4
    Views
    2,389

    Binary to Decimal Conversion

    Hey everyone, as I am totally new to Java programming, I am currently trying to convert a Binary number to Decimal. The task was to :

    Use a loop to read (charAt()) each digit (0/1 char) in the...
Results 1 to 2 of 2