Search:

Type: Posts; User: joachim89

Search: Search took 0.06 seconds.

  1. Re: Beginner needs help with simple java assignment.

    Ok, I've made som necessary changes to the program.

    Code:



    import java.util.Scanner;
    public class BinaryConverter {

    public static void main(String[] args) {
  2. Beginner needs help with simple java assignment.

    I'm trying to implement a program that reads binary numbers from the user and returns the equivalent in the normal (decimal) numeral system.

    This is what I've come up with so far:



    import...
Results 1 to 2 of 2