Search:

Type: Posts; User: mouli

Search: Search took 0.20 seconds.

  1. Replies
    16
    Views
    1,202

    [SOLVED] Re: Printing Index of Output Array

    Thanks for your help....
  2. Replies
    16
    Views
    1,202

    [SOLVED] Re: Printing Index of Output Array

    I am not a Student... I am an Electronics Engineer. We Have a concept called Load Bank related to Automation Field. In Load Bank we to check whether a generator can withstand huge amount of load...
  3. Replies
    16
    Views
    1,202

    [SOLVED] Re: Printing Index of Output Array

    I am new to Coding in JAVA. It would be so helpful if u send the modified code which prints the indexes of the output.
  4. Replies
    16
    Views
    1,202

    [SOLVED] Re: Printing Index of Output Array

    Yes i saw it. Is there any way i can get the array index of the output. I am new... help me with the coding.
  5. Replies
    16
    Views
    1,202

    [SOLVED] Re: Printing Index of Output Array

    My Current Output is

    [2, 2]
    [4]

    Desired Output is

    [2, 2]
    [numbers[2], numbers[1]]
  6. Replies
    16
    Views
    1,202

    [SOLVED] Re: Printing Index of Output Array

    OK, i have made it simple... Now get me the code for printing the index of output Array...


    import java.util.ArrayList;
    import java.util.List;

    public class selection {
    private static...
  7. Replies
    16
    Views
    1,202

    [SOLVED] Re: Printing Index of Output Array

    If u Run the above Code The Output will be like this :
    "[250, 250, 250, 250, 250, 250, 250, 8, 1]"
    Now i want code modified such that it prints like :
    "[250, 250, 250, 250, 250, 250, 250, 8, 1]"...
  8. Replies
    16
    Views
    1,202

    [SOLVED] Re: Printing Index of Output Array

    I am Just trying to Display all Possible Combinations of given Numbers given on the array which equals the sum value declared as "Sum". Its similar to Coin Change Problem. Now, I want to know which...
  9. Replies
    16
    Views
    1,202

    [SOLVED] Printing Index of Output Array

    Hi All,
    I want to Display the Index of output Array.

    here is the code:




    import java.util.ArrayList;
    import java.util.List;
Results 1 to 9 of 9