Search:

Type: Posts; User: danielp1213

Search: Search took 0.08 seconds.

  1. Re: Help with code for converting 4 digit string to integer

    yeah thats what I mean where you have ass code here. Do i use assert decimal.int2string( 8976 ).equals( "8976" ); OR do I use String str = "012"; char ch0 = str.char AT (0); ETC
  2. Re: Help with code for converting 4 digit string to integer

    yeah that is what I mean. Do they go under the other methods int2 string and string2int ??

    Could I use
    String str = "012";
    char ch0 = str.char AT (0);


    Or something like that? There is a...
  3. Help with code for converting 4 digit string to integer

    Hey i was just wondering if someone cold help me with this code to convert a 4 digit string into an integer ad vice versa. I have the instance variables and stuff but i think some of my code is in...
Results 1 to 3 of 3