Hello All. I am quite new to programming, I have a question in regards to creating a script that reads data from a file and then prints how many time each value ( number in my case occurs).
I was wondering if you could help me write a similar script, however, unlike that gentleman who posted my data set contains numbers with decimals for example:
8.82728929832475D-004
0.373223841916055
4.06291083143060D-002
0.102697923377643
5.90299902998276D-002
2.20778238968052D-002
1.50498329458987D-002
0.269732448122138
2.15552885207953D-002
3.32530592527098D-002
0.275937019332351
and I have more than ten values ( think this is the amount he had), i have about 600 plus values.
Much Thanks In Advance.