Search:

Type: Posts; User: navis

Search: Search took 0.11 seconds.

  1. Thread: String to Int

    by navis
    Replies
    16
    Views
    1,916

    Re: String to Int

    My apologies KW. I got the point.
  2. Thread: String to Int

    by navis
    Replies
    16
    Views
    1,916

    Re: String to Int

    public class Test{
    public static void main(String[] args){
    String HI = "HI";
    String s = "";
    for (int i=0;i<HI.length();i++){
    char a = HI.charAt(i);
    ...
Results 1 to 2 of 2