Answers for "how to add int and float in c"

1

int to float c

float percentage;
percentage = (float)number/total * 100;
Posted by: Guest on November-25-2020

Browse Popular Code Answers by Language