Search:

Type: Posts; User: dicdic

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,319

    Re: Separating integers

    oh I see.
    Have you tried to use Modulo ( % )?
    Did you figured it out on how to get each digit using modulo and division?
  2. Replies
    5
    Views
    1,319

    Re: Separating integers

    Well suggest you to use the nextLine() method of Scanner,
    store it in a String variable then use toCharArray() method of String to print each character (digits)
    that would be easier than using...
Results 1 to 2 of 2