In: Computer Science
Complete this return statement so that it could be used in the function body offind_percentageto fulfill the requirements for the last step's program.
Fill in the Blanks — Fill in the blanks
return ________ /___________
Any issue .. post comment thank you
to calculate the percentage of index value ...
return (value * 100) / total_Sum
Example :
value => 20
total => 50
(20 * 100) / 50