Computer Science, asked by ichbinanirudh, 3 months ago

How to find the percentage of obtained marks from given Marks in c# Xaml?

Answers

Answered by XxArmyGirlxX
0

int32 variable name 'count' and 'totalcount' to get the total number of students for boys and girls. the total number is found fine,

i want to calculate the %age also

count = ((count * 100) / totalcount);

it generates the resultant number but i want the round figure ie 29.8 is displayed as 29, it is making problem in completing the total 100 %

Similar questions