Click here to Skip to main content
15,917,622 members

Comments by Member 12108243 (Top 1 by date)

Member 12108243 2-Nov-15 21:29pm View    
This works to some extent but then I realized I should change it to
decimal pc = num * decimal.Parse(rand) / num;
But still I have an issue of the percent going up for ex: num = 1000 rand = 500
500% is what comes out... Any idea of how I could fix?

Now that I look at it again it's all messed up XD I don't understand what I did