Search:

Type: Posts; User: JavaPF

Search: Search took 0.07 seconds.

  1. Re: checking individual digits of an int

    Because the Split function needs a delimiter, and your int value wont contain one suitable I have had to use another method to split the intager after each number.

    Take a look at this code. The...
  2. Re: checking individual digits of an int

    Hello Konnor,

    You can split the given int into individual values by using the java Split function.

    I will write you a quick example ASAP but for now I suggest you check Google so you can get...
Results 1 to 2 of 2