hello,
I want to know how to calculate the percentage of 2 numbers with C #
for example I have 52 work to do and I made only 46 work so I want to know how to calculate the work avencemant !!
To calculate the percentage we do not have and special method in c# but you can try this
int IntLocPercentage = 0; IntLocPercentage = (46/52)*100;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.