THIS IS MY QUESTION........PLEASE SOLVE IT...........
Write a complete program to read 15 numbers type of integer and calculate the number of the same number. (Use : loop, array, function)
Example:
Please enter 15 numbers :
2 4 5 6 2 2 7 5 5 2 2 2 4 4 6
Number of 2 appear 6 times
Number of 4 appear 3 times
Number of 5 appear 3 times
Number of 7 appear 1 time
I HOPE YOU ALL CAN SOLVE IT.............