I am taking the sum 3 random existing whole numbers and then dividing each individual number by the sum to get the percentage.
What is the best way to guarantee I will always get 100%? Is there any vb.net function that will help me with this or do I basically have to manually find the difference between the sum of my 3 percentages and 100%, divide it, and add it to my 3 percentages.