hi friends, I have text files with some numbers like
100
38963
27856
0
534
From this numbers i want to find maximum numbers and want to assign the value for max number as 1. From that i want to assign values to other numbers which is least.For example the first one want to give (38963/100)*100. I want to do all this using java program. Please anybody help me.