write a program to convert an integer into the corresponding floating point number. 'C', language
Answers
Answered by
0
Answer:
int total=0, number=0; float percentage=0.0; percentage=(number/total)*100; printf("%. 2f", percentage);
hope helps
Explanation:
Similar questions