Search:

Type: Posts; User: Joy123

Search: Search took 0.22 seconds.

  1. Thread: erase

    by Joy123
    Replies
    6
    Views
    1,039

    Re: erase

    how to use if statement to check?:confused:
  2. Thread: erase

    by Joy123
    Replies
    6
    Views
    1,039

    Re: erase

    c is char, when char convert to int. it will change to 49, when char is 1.
  3. Thread: erase

    by Joy123
    Replies
    6
    Views
    1,039

    erase

    BigInteger PowerOfTwo = BigInteger.valueOf(2);
    DecimalToBinary = new BigInteger(LargeBase.getText());
    String binaryString = DecimalToBinary.toString(2);
    int binaryNo...
Results 1 to 3 of 3