problem: the user inputs 12 numbers into an array. The program will output the larget value in the array that the user entered. BUT if there are more then one elements with the largest value then the program will output that position too.
i.e.
enter number01:23
enter number02:10
enter number03:23
enter number04:21
the largest number(s)are number01 and number02
thanks
Ravi
i.e.
enter number01:23
enter number02:10
enter number03:23
enter number04:21
the largest number(s)are number01 and number02
thanks
Ravi