Search:

Type: Posts; User: Joy123

Search: Search took 0.08 seconds.

  1. Thread: erase

    by Joy123
    Replies
    6
    Views
    1,015

    Re: erase

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

    by Joy123
    Replies
    6
    Views
    1,015

    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,015

    erase

    BigInteger PowerOfTwo = BigInteger.valueOf(2);
    DecimalToBinary = new BigInteger(LargeBase.getText());
    String binaryString = DecimalToBinary.toString(2);
    int binaryNo...
  4. Replies
    2
    Views
    2,583

    Re: Chinese Remainder therom

    Thanks for the help
  5. Replies
    2
    Views
    2,583

    Chinese Remainder therom

    try {
    CH_m = new BigInteger(Chinese_m.getText());
    CH_n = new BigInteger(Chinese_n.getText());
    CH_a = new BigInteger(Chinese_a.getText());
    CH_b = new...
  6. Replies
    2
    Views
    1,163

    Re: netbean nextLine

    Anyway i find the sloution Thanks for the Help :o
  7. Thread: link

    by Joy123
    Replies
    5
    Views
    1,099

    Re: link

    Example i click on button, it will direct to other page
  8. Replies
    2
    Views
    1,163

    netbean nextLine

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */

    /*
    * Menu.java
    *
    * Created on Jul 4, 2011, 1:04:24 PM
    */
  9. Thread: link

    by Joy123
    Replies
    5
    Views
    1,099

    Re: link

    yes something like that. need to write the code?
  10. Thread: link

    by Joy123
    Replies
    5
    Views
    1,099

    link

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */

    /*
    * Crytpo.java
    *
    * Created on Jun 30, 2011, 8:31:45 PM
    */
  11. Thread: Jgrasp issue

    by Joy123
    Replies
    1
    Views
    1,537

    Jgrasp issue

    i try to run in applet it cannot work.
    How to fix this error
  12. Replies
    5
    Views
    1,387

    Re: chr array to int

    i want to change to int.
  13. Replies
    5
    Views
    1,387

    chr array to int

    String word="welcome";
    char Char[] = word.toCharArray();
    // complete String str value is been converted in to char array data by
    // the method
    ...
  14. Thread: String to Int

    by Joy123
    Replies
    16
    Views
    1,879

    Re: String to Int

    Anyway Thank for tips and guide
  15. Thread: String to Int

    by Joy123
    Replies
    16
    Views
    1,879

    Re: String to Int

    How to do? Can show example?
  16. Thread: String to Int

    by Joy123
    Replies
    16
    Views
    1,879

    Re: String to Int

    the value of HI is 72, 73 because H in ascii is 72 ans I is 73. But now i want HI together is it need to (72*73)=HI?
  17. Thread: String to Int

    by Joy123
    Replies
    16
    Views
    1,879

    String to Int

    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.lang.*;
    import javax.swing.JOptionPane;
    import java.text.DecimalFormat;
    import java.text.NumberFormat;
    ...
Results 1 to 17 of 17