Posted by: devilwithin999 April 28, 2008
Java Program Help Plz
Login in to Rate this Post:     0       ?        

Hey guys, plz help me with my program.

Plz make this program and submit it, I would be very grateful.

Thanks in advance.

 

 

Sort the array in ascending order before counting using JAVA Programming

It should ask user for numbers using array and then arrange in ascending order and count the reapeated number.

Suppose user inputs: 1  4 5 4 4 1

The output should be similar to the following sample output:

                

    

 

            Number       Count                 

                        1                  2

                        4                  3

                        5                  1

.                    .

.                    .

.                    .

Thanks

        

Read Full Discussion Thread for this article