Search:

Type: Posts; User: muhammad waqar

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,065

    Re: REMOVE DUPLICATE ELEMENTS

    i have array
    int array[] = {1,2,1,3,4,5,2,3,4,5};
    i want to remove duplicates from this array by usin simple java code without using any math rule like HASH. etc

    output int this form...
    ...
  2. sum of each row & column in 2-dimensional array.

    write a program to calculate the sum of each row & column in 2-dimensional array.
  3. Replies
    1
    Views
    1,508

    INTERSECTION OF TWO LIST

    i have assignmental task ....
    pls guys help me ...
    i am bigener of java....
    so have lttle concepts about java...
    thankx in advance....


    write a program to generate intersection of two...
  4. Replies
    3
    Views
    1,065

    REMOVE DUPLICATE ELEMENTS

    Write a program to remove duplicate elements from array list........
  5. how to count occurance of numbers using java arrays

    out put comes from this program is:

    1 occurs 1 times
    13 occurs 1 times
    0 occurs 2 times
    9 occurs 0 times
    84 occurs 1 times
    0 occurs 2 times
    13 occurs 3 times
    2 occurs 1 times
  6. Re: HELP ME TO SOLVE THIS JAVA FOR LOOP PROGRAM

    //this program give output 1^3 + 2 ^3 + 3^3 + 4^4....upto n input numbers.......

    //but now i wana to get out put in this form 1^1 + 2^2 + 3^3 + 4^4 .....upto n input numbers......
    //pls help me...
  7. HELP ME TO SOLVE THIS JAVA FOR LOOP PROGRAM

    WRITE JAVA FOR WHILE SYNATX CODE GIVE OUT

    1^1 + 2^2 + 3^3 + 4^4 + 5^5

    Result=3413
Results 1 to 7 of 7