Search:

Type: Posts; User: myjava

Search: Search took 0.17 seconds.

  1. Thread: ASSIGNMENT HELP

    by myjava
    Replies
    33
    Views
    3,186

    Re: ASSIGNMENT HELP

    Try my solution from scratch. I have tried it with code. It won't take long. I can't pose code here because of the regulations.
  2. Thread: ASSIGNMENT HELP

    by myjava
    Replies
    33
    Views
    3,186

    Re: ASSIGNMENT HELP

    1. Take the user input as string

    2. Select the digit at each place and save it into an array on integers. It can be done by
    int numbers = new int[9];
    for(int i = 0; i < 9; i++)
    {
    ...
  3. Thread: ASSIGNMENT HELP

    by myjava
    Replies
    33
    Views
    3,186

    Re: ASSIGNMENT HELP

    working on your program here. Taking some time but I am developing a solution for it.
Results 1 to 3 of 3